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 a4878c37d1
commit 06dd021782

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