1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #34166 from rhatdan/master

/dev should be constrained in size just like /dev/shm
This commit is contained in:
Sebastiaan van Stijn 2017-07-25 22:36:35 +02:00 committed by GitHub
commit 72cda6a6c2

View file

@ -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",