mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update docs/reference/commandline/service_create.md
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
parent
b14f29dfbd
commit
aa47961682
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,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…
Add table
Reference in a new issue