mirror of https://github.com/docker/docs.git
Fixed syntax error with global mode
This commit is contained in:
parent
23a40e96b0
commit
aa82eacc0e
|
|
@ -122,7 +122,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker service create \
|
docker service create \
|
||||||
-mode=global \
|
--mode=global \
|
||||||
--secret=azure_ucp_admin.toml \
|
--secret=azure_ucp_admin.toml \
|
||||||
--log-driver json-file \
|
--log-driver json-file \
|
||||||
--log-opt max-size=1m \
|
--log-opt max-size=1m \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue