Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker): Add HEALTHCHECK to dockerfiles #58

Open
roninjin10 opened this issue Oct 14, 2023 · 0 comments
Open

feat(docker): Add HEALTHCHECK to dockerfiles #58

roninjin10 opened this issue Oct 14, 2023 · 0 comments
Labels
A-docker Area: dockerfile related C-feature Category: Features M-good-first-issue Meta: Good first issue

Comments

@roninjin10
Copy link

Adding a HEALTHCHECK to dockerfiles is useful both as a documentation of the best way to check the health of the container. Since docker containers are being spun up programmatically they also help with docker inspect being a good way to check the health of a container

@merklefruit merklefruit added C-feature Category: Features M-good-first-issue Meta: Good first issue A-docker Area: dockerfile related labels Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docker Area: dockerfile related C-feature Category: Features M-good-first-issue Meta: Good first issue
Projects
None yet
Development

No branches or pull requests

2 participants