mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
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:
parent
995e611357
commit
ef337134ef
2
alpine/etc/fstab
Normal file
2
alpine/etc/fstab
Normal 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
|
Loading…
Reference in New Issue
Block a user