update docs/reference/commandline/service_create.md

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Upstream-commit: aa479616822e4e6ecd9d90425f11f76cd26ce70d
Component: engine
This commit is contained in:
Akihiro Suda
2016-09-02 09:59:20 +00:00
parent 9d092e464e
commit c789417f1c
@@ -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: