mirror of https://github.com/docker/cli.git
change 'host:port' to `host:port`
Signed-off-by: Gang Qiao <qiaohai8866@gmail.com>
This commit is contained in:
parent
6f24713ba0
commit
235927da80
|
@ -565,7 +565,7 @@ please check the [run](run.md) reference.
|
|||
|
||||
## Nodes discovery
|
||||
|
||||
The `--cluster-advertise` option specifies the 'host:port' or `interface:port`
|
||||
The `--cluster-advertise` option specifies the `host:port` or `interface:port`
|
||||
combination that this particular daemon instance should use when advertising
|
||||
itself to the cluster. The daemon is reached by remote hosts through this value.
|
||||
If you specify an interface, make sure it includes the IP address of the actual
|
||||
|
|
Loading…
Reference in New Issue