mirror of
https://github.com/rancher/os.git
synced 2025-07-04 18:46:15 +00:00
Merge pull request #593 from ibuildthecloud/shm-mqueue
Bump docker-from-scratch to fix /dev/shm and /dev/mqueue
This commit is contained in:
commit
9ec819040d
4
Godeps/Godeps.json
generated
4
Godeps/Godeps.json
generated
@ -363,8 +363,8 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/rancher/docker-from-scratch",
|
||||
"Comment": "v1.8.2-1-2-g5852c65",
|
||||
"Rev": "5852c65f66b6a5e850811dc9782d3b7400531fee"
|
||||
"Comment": "v1.8.2-1-4-ge435c54",
|
||||
"Rev": "e435c547350adb6b30a64ec1c072f27177b70288"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/rancher/netconf",
|
||||
|
2
Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scratch.go
generated
vendored
2
Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scratch.go
generated
vendored
@ -30,6 +30,8 @@ var (
|
||||
mounts = [][]string{
|
||||
{"devtmpfs", "/dev", "devtmpfs", ""},
|
||||
{"none", "/dev/pts", "devpts", ""},
|
||||
{"shm", "/dev/shm", "tmpfs", "rw,nosuid,nodev,noexec,relatime,size=65536k"},
|
||||
{"mqueue", "/dev/mqueue", "mqueue", "rw,nosuid,nodev,noexec,relatime"},
|
||||
{"none", "/proc", "proc", ""},
|
||||
{"none", "/run", "tmpfs", ""},
|
||||
{"none", "/sys", "sysfs", ""},
|
||||
|
Loading…
Reference in New Issue
Block a user