Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created August 8, 2022 17:19
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 jkeam/1b40a921ab85223f637766eb37119162 to your computer and use it in GitHub Desktop.
Save jkeam/1b40a921ab85223f637766eb37119162 to your computer and use it in GitHub Desktop.
Dockerfile to run container forever
FROM docker.io/redhat/ubi8-micro
USER nobody
ENTRYPOINT ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment