Last active
January 11, 2023 18:52
-
-
Save stefhen/7cc3b841cc19d25baa5f5c95592b359b to your computer and use it in GitHub Desktop.
Docker container sleep forever
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
CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment