diff --git a/branch/main/docker_container_module.html b/branch/main/docker_container_module.html index 621d2c8e..7a7b4ceb 100644 --- a/branch/main/docker_container_module.html +++ b/branch/main/docker_container_module.html @@ -474,20 +474,28 @@ see
List of cgroup rules to apply to the container.
+List of device path and read rate (bytes per second) from device.
Device path in the container.
List of device and read rate (IO per second) from device.
Device path in the container.
device_requests
list / elements=dictionary
added in community.docker 0.1.0
@@ -526,7 +534,7 @@ seeAllows to request additional resources, such as GPUs.
List of device IDs.
Which driver to use for this device.
Driver-specific options.
List of device and write rate (bytes per second) to device.
Device path in the container.
List of device and write rate (IO per second) to device.
Device path in the container.
List of DNS options.
List of custom DNS search domains.
List of custom DNS servers.
Container domainname.
| string to prevent Ansible to convert strings such as "true" back to booleans. The correct way is to use "{{ value | string }}".
env value will override.
exposed_ports
@@ -701,7 +709,7 @@ see EXPOSE in a Dockerfile, it does not need to be exposed again.force_kill
aliases: forcekill
@@ -715,14 +723,14 @@ seeList of additional group names and/or IDs that the container process will run as.
healthcheck.timeout, healthcheck.start_period, and healthcheck.start_interval are specified as durations. They accept duration as a string in a format that look like: 5h34m56s, 1m30s, and so on. The supported units are us, ms, s, m and h.
CMD or CMD-SHELL.
test_cli_compatible
boolean
added in community.docker 3.10.0
@@ -786,7 +794,7 @@ seeThe container’s hostname.
image_comparison
string
added in community.docker 3.0.0
@@ -839,7 +847,7 @@ seeimage_label_mismatch
string
added in community.docker 2.6.0
@@ -855,7 +863,7 @@ seeimage_name_mismatch
string
added in community.docker 3.2.0
@@ -872,7 +880,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.