Skip to content

Instantly share code, notes, and snippets.

@marwatk
Last active March 29, 2019 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marwatk/0e87de5cd50bb74c15eb6ba77838f7e7 to your computer and use it in GitHub Desktop.
Save marwatk/0e87de5cd50bb74c15eb6ba77838f7e7 to your computer and use it in GitHub Desktop.
Rsync into docker container
docker run -d --rm --name mycontainername -it myimagewithrsync
rsync -e "docker exec -i" -av mycontainername:/tmp .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment