diff --git a/pr/847/docker_container_module.html b/pr/847/docker_container_module.html index 37f81d85..a0b8467d 100644 --- a/pr/847/docker_container_module.html +++ b/pr/847/docker_container_module.html @@ -774,6 +774,7 @@ see

test_cli_compatible

boolean

+

added in community.docker 3.10.0

If set to true, omitting healthcheck.test while providing healthcheck does not disable healthchecks, but simply overwrites the image’s values by the ones specified in healthcheck. This is the behavior used by the Docker CLI.

If set to false, omitting healthcheck.test will disable the container’s health check. This is the classical behavior of the module and currently the default behavior.