Unverified Commit 078c676f by Rachid Koucha Committed by GitHub

Trigger the mounting of shm file system

shm file system was not mounted because of the "/" in : lxc.mount.entry = shm /dev/shm tmpfs defaults 0 0 Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent b4242db0
......@@ -236,7 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
#lxc.apparmor.profile = unconfined
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
lxc.mount.entry = shm /dev/shm tmpfs defaults 0 0
lxc.mount.entry = shm dev/shm tmpfs defaults 0 0
EOF
libdirs="\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment