diff --git a/pr/848/docker_swarm_service_module.html b/pr/848/docker_swarm_service_module.html index 410bd4ec..2acb3bfd 100644 --- a/pr/848/docker_swarm_service_module.html +++ b/pr/848/docker_swarm_service_module.html @@ -466,7 +466,7 @@ see
dictionary
Configure a check that is run to determine whether or not containers for this service are “healthy”. See the docs for the HEALTHCHECK Dockerfile instruction for details on how healthchecks work.
-healthcheck.interval, 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.
healthcheck.interval, healthcheck.timeout, and healthcheck.start_period 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.
Start period for the container to initialize before starting health-retries countdown.
CMD or CMD-SHELL.
Maximum time to allow one check to run.
docker service create.
docker service create.
docker service create.
docker service create.
Configures service resource limits.
docker service create.
docker service create.
Logging configuration for the service.
docker service create.
docker service create.
docker service create.
Name of the volume-driver plugin to use for the volume.
Options as key-value pairs to pass to the driver for this volume.
Volume labels to apply.
tmpfs.
Container path.
docker service create.
docker service create.
Configures service placement preferences and constraints.
docker service create.
replicas_max_per_node
integer
added in community.docker 1.3.0
@@ -798,7 +790,7 @@ seedocker service create.
The port to make externally available.
The port inside the container to expose.
-1
Configures service resource reservations.
docker service create.
docker service create.
Configures if and how to restart containers when they exit.
docker service create.
docker service create.
docker service create.
Configures how the service should be rolled back in case of a failing update.
docker service create.
docker service create --secret.
GID of the secret file’s group.
File access mode inside the container. Must be an octal number (like 0644 or 0444).
Secret’s ID.
Secret’s name as defined at its creation.
UID of the secret file’s owner.
docker service create.
docker service create.
sysctls
dictionary
added in community.docker 3.10.0
@@ -1120,7 +1112,7 @@ seeDictionary of key, value pairs.
60
Configures how the service should be updated. Useful for configuring rolling updates.
docker service create.
docker service create.
docker service create.
docker service create.
use_ssh_client
boolean
added in community.docker 1.5.0
@@ -1244,7 +1236,7 @@ seedocker service create.