diff --git a/branch/main/docker_container_module.html b/branch/main/docker_container_module.html index 1dc65f78..a0b8467d 100644 --- a/branch/main/docker_container_module.html +++ b/branch/main/docker_container_module.html @@ -772,6 +772,20 @@ see
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.
Choices:
+false ← (default)
true
The container’s hostname.
image_comparison
string
added in community.docker 3.0.0
@@ -824,7 +838,7 @@ seeimage_label_mismatch
string
added in community.docker 2.6.0
@@ -840,7 +854,7 @@ seeimage_name_mismatch
string
added in community.docker 3.2.0
@@ -857,7 +871,7 @@ seehost to use the host’s IPC namespace within the container.
Override default signal used to kill a running container.
Dictionary of key value pairs.
"0".
Specification for mounts to be added to the container. More powerful alternative to volumes.
User-defined name and labels for the volume. Only valid for the volume type.
Path inside the container.
The permission mode for the tmpfs mount.
Dictionary of options specific to the chosen volume_driver. See here for details.
networks contains at least one network, the default value for network_mode is the name of the first network in the networks list. You can prevent this by explicitly specifying a value for network_mode, like the default value default which will be used by Docker if network_mode is not specified.
networks is specified. This is different from the behavior of docker run .... You need to explicitly use networks: strict in comparisons to enforce the removal of the default network (and all other networks not explicitly mentioned in networks) in that case.
List of aliases for this container in this network. These names can be used in the network to reach this container.
The container’s IPv4 address in this network.
The container’s IPv6 address in this network.
A list of containers to link to.
mac_address
string
added in community.docker 3.6.0
@@ -1188,14 +1202,14 @@ seeThe network’s name.
An integer value containing the score given to the container in order to tune OOM killer preferences.
Set the PID namespace mode for the container.
platform
string
added in community.docker 3.0.0
@@ -1277,7 +1291,7 @@ see please create an issue in the community.docker GitHub repository. For older community.docker versions, you can use thecomparisons option with platform: ignore to prevent accidental recreation of the container due to this.
publish_all_ports
boolean
added in community.docker 1.8.0
@@ -1304,7 +1318,7 @@ seepull_check_mode_behavior
string
added in community.docker 3.8.0
@@ -1353,7 +1367,7 @@ seeUse with restart policy to control maximum number of restart attempts.
Runtime to use for the container.
List of security options in the form of "label:user:User".
DOCKER_SSL_VERSION will be used instead.
Override default signal used to stop the container.
StopTimeout value if it has been configured.
storage_opts
dictionary
added in community.docker 1.3.0
@@ -1508,14 +1522,14 @@ seeStorage driver options for this container as a key-value mapping.
Dictionary of key,value pairs.
60