Skip to content

Instantly share code, notes, and snippets.

@zot24
Created May 29, 2019 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zot24/6518e12b86e6398ec83b55cf4266e6d5 to your computer and use it in GitHub Desktop.
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
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