mirror of https://github.com/docker/docs.git
Merge pull request #26271 from AkihiroSuda/fix-service-create-doc
update docs/reference/commandline/service_create.md (cherry picked from commit 1a04d7b1e13ffe725a5310b55e83ae60b1ab7e55) Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
b7e9344365
commit
7e2259bb63
|
|
@ -140,9 +140,9 @@ metadata](../../userguide/labels-custom-metadata.md).
|
|||
|
||||
### Set service mode
|
||||
|
||||
Is this a replicated service or a global service. A replicated service runs as
|
||||
many tasks as specified, while a global service runs on each active node in the
|
||||
swarm.
|
||||
You can set the service mode to "replicated" (default) or to "global". A
|
||||
replicated service runs as many tasks as specified, while a global service
|
||||
runs on each active node in the swarm.
|
||||
|
||||
The following command creates a "global" service:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue