Created
May 9, 2018 18:05
-
-
Save munepom/5b18f37fe72cb78be05741450f895372 to your computer and use it in GitHub Desktop.
ずっとバックグラウンドでコンテナ起動していたいあなたへ (シグナルトラップで停止しやすい)
This file contains 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