mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +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
8693ca9c64
commit
d82559a915
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