Created
February 18, 2016 17:43
-
-
Save paulrobinson/24304657d3eef8daae85 to your computer and use it in GitHub Desktop.
This file contains 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 -v /data --name data_container cogniteev/echo | |
echo foo | docker run --volumes-from data_container -i --rm busybox tee /data/bar | |
docker run --volumes-from data_container --rm busybox cat /data/bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment