mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #394] I cannot share a folder. What do I do? #284
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/394
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?