From 06dd02178263ad97e125cc9b272d86522db0659d Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 22 Aug 2016 19:09:24 +0100 Subject: [PATCH] Busybox mount will not mount shared, so add a bind Signed-off-by: Justin Cormack --- alpine/etc/fstab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alpine/etc/fstab b/alpine/etc/fstab index 7ca1d8cb5..0b20d1a8c 100644 --- a/alpine/etc/fstab +++ b/alpine/etc/fstab @@ -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