Fixed syntax error with global mode

This commit is contained in:
Steven Follis 2018-04-16 22:10:29 -04:00 committed by Jim Galasyn
parent 23a40e96b0
commit aa82eacc0e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
```bash
docker service create \
-mode=global \
--mode=global \
--secret=azure_ucp_admin.toml \
--log-driver json-file \
--log-opt max-size=1m \