add fstab for docker mac to mount 9p filesystems, harmless if fails

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-09 15:51:48 +00:00
parent 8693ca9c64
commit d82559a915

2
alpine/etc/fstab Normal file
View File

@ -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