Skip to content

Instantly share code, notes, and snippets.

@daniDLL
Created November 12, 2019 09:28
Show Gist options
  • Save daniDLL/742aaff5cb3b53069a5ec2b00958ad93 to your computer and use it in GitHub Desktop.
Save daniDLL/742aaff5cb3b53069a5ec2b00958ad93 to your computer and use it in GitHub Desktop.
Docker Clone Volume
docker run --rm -i -t -v $1:/from -v $2:/to alpine ash -c "cd /from ; cp -av . /to"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment