Skip to content

Instantly share code, notes, and snippets.

@micoli
Last active August 16, 2018 15:40
Show Gist options
  • Save micoli/3ac5a2b7bc67dd3f11a2b1c4b0ec4a4b to your computer and use it in GitHub Desktop.
Save micoli/3ac5a2b7bc67dd3f11a2b1c4b0ec4a4b to your computer and use it in GitHub Desktop.
ENTRYPOINT ["/bin/sh"]
CMD ["-c","while true; do sleep 2; date; done"]
# --entrypoint "/bin/bash" imagename:latest -c "while true; do sleep 2; date; done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment