From d82559a91587182523abc33d697b1f9db2a215c2 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 9 Dec 2015 15:51:48 +0000 Subject: [PATCH] add fstab for docker mac to mount 9p filesystems, harmless if fails Signed-off-by: Justin Cormack --- alpine/etc/fstab | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 alpine/etc/fstab diff --git a/alpine/etc/fstab b/alpine/etc/fstab new file mode 100644 index 000000000..aca9fd8e7 --- /dev/null +++ b/alpine/etc/fstab @@ -0,0 +1,2 @@ +socket /Socket 9p trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 0 0 +plan9 /Mac 9p trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 0 0