Created
November 12, 2019 09:28
-
-
Save daniDLL/742aaff5cb3b53069a5ec2b00958ad93 to your computer and use it in GitHub Desktop.
Docker Clone Volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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