Skip to content

Instantly share code, notes, and snippets.

@roalcantara
Last active June 7, 2017 14:10
Show Gist options
  • Select an option

  • Save roalcantara/05b45070da4c2d49e9ab20c91adafbbe to your computer and use it in GitHub Desktop.

Select an option

Save roalcantara/05b45070da4c2d49e9ab20c91adafbbe to your computer and use it in GitHub Desktop.
Docker: Commands
docker cp <containerId>:/file/path/within/container /host/path/target
docker exec -u root -it <containerId> chown other:user -R /host/path/target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment