Skip to content

Instantly share code, notes, and snippets.

@owen800q
Created December 11, 2018 12:57
Show Gist options
  • Save owen800q/ebecb6602d724b4038233830e19e8555 to your computer and use it in GitHub Desktop.
Save owen800q/ebecb6602d724b4038233830e19e8555 to your computer and use it in GitHub Desktop.
Copy files from a docker container to host
docker cp <containerId>:/file/path/within/container /host/path/target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment