Skip to content

Instantly share code, notes, and snippets.

@miztiik
Last active May 29, 2020 14:26
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 miztiik/bbc1d98d1a06ce894d724a0dc324aa05 to your computer and use it in GitHub Desktop.
Save miztiik/bbc1d98d1a06ce894d724a0dc324aa05 to your computer and use it in GitHub Desktop.

Simple echo container

docker run --name test -d busybox sh -c "while true; do $(echo date); sleep 1; done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment