diff --git a/pr/910/docker_container_module.html b/pr/910/docker_container_module.html index b846b50c..dd441f2a 100644 --- a/pr/910/docker_container_module.html +++ b/pr/910/docker_container_module.html @@ -783,7 +783,6 @@ 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.