mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
I cannot share a folder. What do I do? #285
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @q351941406 on GitHub (Nov 29, 2021).
Appears after a command is run on macOS
mount_9p: fs_tag hostshare not found
docker run -i
--device /dev/kvm
-p 50922:10022
-p 5999:5999
-v /tmp/.X11-unix:/tmp/.X11-unix
-v "$PWD/hostshare:/mnt/hostshare"
-e EXTRA="-virtfs local,path=/mnt/hostshare,mount_tag=hostshare,security_model=passthrough,id=hostshare"
-e "DISPLAY=${DISPLAY:-:0.0}"
-e EXTRA="-display none -vnc 0.0.0.0:99,password=on"
sickcodes/docker-osx:auto
@trompx commented on GitHub (Jan 27, 2022):
@q351941406 may I know how you solved this. I have the same problem, the shared folder is not mounted?