Skip to content

Instantly share code, notes, and snippets.

@stefhen
Last active January 11, 2023 18:52
Show Gist options
  • Save stefhen/7cc3b841cc19d25baa5f5c95592b359b to your computer and use it in GitHub Desktop.
Save stefhen/7cc3b841cc19d25baa5f5c95592b359b to your computer and use it in GitHub Desktop.
Docker container sleep forever
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