From 0286ff91e058d26c1d190cbfda1ca8a266adbf89 Mon Sep 17 00:00:00 2001 From: franjurinec Date: Tue, 2 Jul 2024 12:34:35 +0000 Subject: [PATCH] deploy: 1713995bfc3afbf40d37542849adfeda1de71d5d --- pr/910/docker_container_module.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr/910/docker_container_module.html b/pr/910/docker_container_module.html index dd441f2a..16c5dfb5 100644 --- a/pr/910/docker_container_module.html +++ b/pr/910/docker_container_module.html @@ -476,7 +476,6 @@ see

device_cgroup_rules

list / elements=string

-

added in community.docker 3.10.5

List of cgroup rules to apply to the container.

@@ -783,6 +782,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.