You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the README suggests to use docker run --init, the bullet-proof approach would be to bundling tini in the container itself, as stated in the docker best practices guides for the official images:
Very much in favor, I actually just hit the issue of not handling SIGTERM on a demo Docker container, --init is super easy to forget or simply not know about.
While the
README
suggests to usedocker run --init
, the bullet-proof approach would be to bundlingtini
in the container itself, as stated in the docker best practices guides for the official images:https://github.com/docker-library/official-images#init
Its binary is extremely tiny and should not cause any noticeable increase in the size of the docker image.
The text was updated successfully, but these errors were encountered: