Created
May 29, 2019 17:50
-
-
Save zot24/6518e12b86e6398ec83b55cf4266e6d5 to your computer and use it in GitHub Desktop.
Keep a container running by overwritting their comamnd and args on the deployment manifest
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
command: [ "/bin/bash", "-c", "--" ] | |
args: [ "while true; do sleep 30; done;" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment