Horje
docker copy from container to host Code Example
copy file from docker container to host
docker cp <containerId>:/file/path/within/container /host/path/target
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
Source: mkyong.com




Shell

Related
ubuntu check free space Code Example ubuntu check free space Code Example
uninstall tesseract 4 Code Example uninstall tesseract 4 Code Example
how to set up git for github Code Example how to set up git for github Code Example
sonarqube docker setup Code Example sonarqube docker setup Code Example
are if statements their own scope python Code Example are if statements their own scope python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15