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:
commit
72cda6a6c2
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue