Answers for "copy folder from host to docker container"

3

docker copy from container to host

# container to host
ocker cp <containerId>:/file/path/within/container /host/path/target

# host to container
docker cp /host/local/path/file <containerId>:/file/path/in/container/file
Posted by: Guest on October-06-2021

Code answers related to "copy folder from host to docker container"

Browse Popular Code Answers by Language