mirror of https://github.com/docker/docs.git
The proper parameter for az-nic-ips is IP_COUNT
This commit is contained in:
parent
35f714f947
commit
cb82aaf301
|
|
@ -126,7 +126,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
|
||||||
--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 \
|
||||||
--env IPCOUNT=128 \
|
--env IP_COUNT=128 \
|
||||||
--name ipallocator \
|
--name ipallocator \
|
||||||
--constraint "node.platform.os == linux" \
|
--constraint "node.platform.os == linux" \
|
||||||
docker4x/az-nic-ips
|
docker4x/az-nic-ips
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue