mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[GH-ISSUE #242] Copy files from Host into container User Folder ? #167
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#167
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 @mhabsaoui on GitHub (Apr 12, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/242
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 15, 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 27, 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 27, 2021):
Fixed folder host sharing in
github.com/sickcodes/Docker-OSX@31c95fd640@gusbemacbe commented on GitHub (Apr 11, 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.