Busybox mount will not mount shared, so add a bind

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-08-22 19:09:24 +01:00
parent dbf0ec2bfc
commit 6fbd9f1ca4

View File

@ -1 +1,2 @@
tmpfs /run tmpfs defaults,nodev,relatime,size=10%,mode=755,shared 0 0
tmpfs /run tmpfs defaults,nodev,relatime,size=10%,mode=755 0 0
tmpfs /run tmpfs remount,bind,shared 0 0