-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
RequestRequest for image modification or featureRequest for image modification or feature
Description
Docker supports defining a command to determine if the container is running as intended (healthy), broken for some reason (unhealthy) or still initializing (starting):
Adding this to this image with the semantic "the postgres server is online and functional" would be quite nice.
Since the last HEALTHCHECK defined by a Dockerfile is the one actually used, images based on this one could define their own healthcheck without "interference" by the one provided by the postgres image.
dalberto, drobakowski, arm4b, srollinet, shoooe and 47 more
Metadata
Metadata
Assignees
Labels
RequestRequest for image modification or featureRequest for image modification or feature