Last active
April 28, 2016 17:31
-
-
Save Morendil/4825fae3d78dfc53249039323d65450d to your computer and use it in GitHub Desktop.
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
for V in One Two Three; do echo -n $V > word.txt && docker run -it -v $(pwd):/app envygeeks/alpine /bin/bash -c "sleep 1 && cat /app/word.txt" ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment