mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Copy files from Host into container User Folder ? #166
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 @mhabsaoui on GitHub (Apr 12, 2021).
Hi,
Just wanted to know if possible to mount host files into running docker container, e.g. inside the directory "/Users/$USER/Documents" ?
Of course the the -v volume option is made for that, but when going through docker container content (
docker exec -it docker-osx bash), I don't seem to find my $USER home folder...Is there anay Copy/Paste from Host to OSX setting on the Machine (like with virtuqlbox) ?
Thanks for feedback...
@sickcodes commented on GitHub (Apr 16, 2021):
Try over network
Or by sharing a directory between you and the OSX
If you aren't using
:autoYou can mount the folder by using the command
mount_9p hostsharewhen you are in side the guest@omarahm3 commented on GitHub (Aug 27, 2021):
@sickcodes Is there anyway or any lead on how to enable a shared clipboard between host and guest as well?
@sickcodes commented on GitHub (Aug 28, 2021):
Clipboard wont work because the guest doesn't have access to your clipbaord but if you use the VNC method you can get better latency for typing or autotyping with xdotool
@sickcodes commented on GitHub (Aug 28, 2021):
Fixed folder host sharing in
31c95fd640@gusbemacbe commented on GitHub (Apr 12, 2024):
Good evening, @sickcodes!
I will become if I want to share the folders, and to increase more CPU and more RAM...
To
Is it correct?
@gusbemacbe commented on GitHub (Apr 13, 2024):
@sickcodes, it almost worked, but I am unable to share or to use
scp.