Answers for "copy from host dockerfile"

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

Browse Popular Code Answers by Language