Merge pull request #34166 from rhatdan/master
/dev should be constrained in size just like /dev/shm Upstream-commit: 72cda6a6c2f25854bea2d69168082684f2c9feca Component: engine
This commit is contained in:
@@ -91,7 +91,7 @@ func DefaultLinuxSpec() specs.Spec {
|
||||
Destination: "/dev",
|
||||
Type: "tmpfs",
|
||||
Source: "tmpfs",
|
||||
Options: []string{"nosuid", "strictatime", "mode=755"},
|
||||
Options: []string{"nosuid", "strictatime", "mode=755", "size=65536k"},
|
||||
},
|
||||
{
|
||||
Destination: "/dev/pts",
|
||||
|
||||
Reference in New Issue
Block a user