We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5600adc + 94c33d4 commit 7141ea3Copy full SHA for 7141ea3
1 file changed
oci/spec.go
@@ -167,6 +167,7 @@ func populateDefaultUnixSpec(ctx context.Context, s *Spec, id string) error {
167
Destination: "/proc",
168
Type: "proc",
169
Source: "proc",
170
+ Options: []string{"nosuid", "noexec", "nodev"},
171
},
172
{
173
Destination: "/dev",
0 commit comments