Configure a check that is run to determine whether or not containers for this service are “healthy”.
See the docs for the HEALTHCHECK Dockerfile instruction for details on how healthchecks work.
-healthcheck.interval, healthcheck.timeout healthcheck.start_period and healthcheck.start_interval are specified as durations. They accept duration as a string in a format that look like: 5h34m56s, 1m30s, and so on. The supported units are us, ms, s, m and h.
healthcheck.interval, healthcheck.timeout, healthcheck.start_period, and healthcheck.start_interval are specified as durations. They accept duration as a string in a format that look like: 5h34m56s, 1m30s, and so on. The supported units are us, ms, s, m and h.
Time between health checks during the start period. This option requires Docker Engine version 25.0 or later.
The default used by the Docker daemon is 5s.
dictionary
Configure a check that is run to determine whether or not containers for this service are “healthy”. See the docs for the HEALTHCHECK Dockerfile instruction for details on how healthchecks work.
-healthcheck.interval, healthcheck.timeout, healthcheck.start_period and healthcheck.start_interval are specified as durations. They accept duration as a string in a format that look like: 5h34m56s, 1m30s, and so on. The supported units are us, ms, s, m and h.
healthcheck.interval, healthcheck.timeout, healthcheck.start_period, and healthcheck.start_interval are specified as durations. They accept duration as a string in a format that look like: 5h34m56s, 1m30s, and so on. The supported units are us, ms, s, m and h.