From 4c6df182aebe8adbc95c313d564161b1aa794ebe Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 23 Nov 2024 13:33:44 +0000 Subject: [PATCH] deploy: 8fc562825c77d82d096f4d385543925ab2b94656 --- branch/stable-3/docker_container_module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/stable-3/docker_container_module.html b/branch/stable-3/docker_container_module.html index 1ba784bb..2614fbca 100644 --- a/branch/stable-3/docker_container_module.html +++ b/branch/stable-3/docker_container_module.html @@ -882,8 +882,8 @@ see

Determines what the module does if the image matches, but the image name in the container’s configuration does not match the image name provided to the module.

This is ignored if image: ignore is set in comparisons.

-

If set to recreate the container will be recreated.

-

If set to ignore (currently the default) the container will not be recreated because of this. It might still get recreated for other reasons. This has been the default behavior of the module for a long time, but might not be what users expect.

+

If set to recreate (default) the container will be recreated.

+

If set to ignore the container will not be recreated because of this. It might still get recreated for other reasons. This has been the default behavior of the module for a long time, but might not be what users expect.

Since community.docker 3.5.0, the default ignore has been deprecated. If not specified, a deprecation warning will be emitted if this setting would make a difference. The default will change to recreate in community.docker 4.0.0.

Choices: