Skip to content

Instantly share code, notes, and snippets.

@dolegi
Created October 27, 2019 11:52
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 dolegi/ec74915b973c09cc09ef96b8aad017ec to your computer and use it in GitHub Desktop.
Save dolegi/ec74915b973c09cc09ef96b8aad017ec to your computer and use it in GitHub Desktop.
Command to keep docker container running
FROM alpine
ENTRYPOINT ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment