Answers for "copy files from inside docker container to host"

13

copy file from docker container to host

docker cp <containerId>:/file/path/within/container /host/path/target
Posted by: Guest on June-23-2020
5

copy file from host to docker container

docker cp foo.txt mycontainer:/foo.txt
Posted by: Guest on November-29-2020

Code answers related to "copy files from inside docker container to host"

Browse Popular Code Answers by Language