-
Notifications
You must be signed in to change notification settings - Fork 57
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
Docker Exit #43
Docker Exit #43
Conversation
@fernandesGabriel what do you think about this? |
Hey @s4mur4i what do you think about this? |
In our environment we use kubernetes based environment. We have been working with following variables:
--interval=10s
|
But about Docker, do you think this doc is interesting? |
One thing confuses me: So shouldn't that be handled somehow? or we can have unforeseen behavior. |
Yes, this is confusing, but I think our script must not handle this. Docker only accepts exits To resolve this, I added to docs a Thinking about the problem, yes, we can add a @s4mur4i I asked your help because nobody is replying my messages 🤣 sorry to disturb you |
@wandersonwhcr sorry for the late reply. Unfortunately, I don't think I can opiate much here. @s4mur4i configurations are close to mine by the way. Regarding the use of |
@fernandesGabriel ty for you reply 😄 Yes, this change also adds a warning about Kubernetes ignoring BTW, TY ❤️ |
Context
This PR adds docs about how to implement
HEALTHCHECK
onDockerfile
s.Also, adds a warning about
HEALTHCHECK
ignored by Kubernetes. I tried to search a great documentation on Internet about this behavior on K8S and reference it, but I didn't find something awesome.Changes