diff --git a/pr/848/docker_container_module.html b/pr/848/docker_container_module.html index 396fac7f..1dc65f78 100644 --- a/pr/848/docker_container_module.html +++ b/pr/848/docker_container_module.html @@ -727,7 +727,7 @@ see

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.

@@ -749,6 +749,7 @@ see

start_interval

string

+

added in community.docker 3.10.0

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.

diff --git a/pr/848/docker_swarm_service_module.html b/pr/848/docker_swarm_service_module.html index 8f11d0e8..410bd4ec 100644 --- a/pr/848/docker_swarm_service_module.html +++ b/pr/848/docker_swarm_service_module.html @@ -466,7 +466,7 @@ see

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.

@@ -486,6 +486,7 @@ see

start_interval

string

+

added in community.docker 3.10.0

Time between health checks during the start period. This option requires Docker Engine version 25.0 or later.