Answers for "dockerfile copy contents of folder from host to container"

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

Code answers related to "dockerfile copy contents of folder from host to container"

Browse Popular Code Answers by Language