Skip to content

Instantly share code, notes, and snippets.

@Morendil
Last active April 28, 2016 17:31
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 Morendil/4825fae3d78dfc53249039323d65450d to your computer and use it in GitHub Desktop.
Save Morendil/4825fae3d78dfc53249039323d65450d to your computer and use it in GitHub Desktop.
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