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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?