Last active
August 16, 2018 15:40
-
-
Save micoli/3ac5a2b7bc67dd3f11a2b1c4b0ec4a4b 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
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