We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14f29d commit aa47961Copy full SHA for aa47961
1 file changed
docs/reference/commandline/service_create.md
@@ -139,9 +139,9 @@ metadata](../../userguide/labels-custom-metadata.md).
139
140
### Set service mode
141
142
-Is this a replicated service or a global service. A replicated service runs as
143
-many tasks as specified, while a global service runs on each active node in the
144
-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.
145
146
The following command creates a "global" service:
147
0 commit comments