mirror of https://github.com/docker/cli.git
docs: update link location for the overlay driver
File location changes in docker/docs#17176 Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
935df5a59f
commit
035e26fb0b
|
@ -916,7 +916,7 @@ $ docker service create \
|
||||||
The swarm extends my-network to each node running the service.
|
The swarm extends my-network to each node running the service.
|
||||||
|
|
||||||
Containers on the same network can access each other using
|
Containers on the same network can access each other using
|
||||||
[service discovery](https://docs.docker.com/network/overlay/#container-discovery).
|
[service discovery](https://docs.docker.com/network/drivers/overlay/#container-discovery).
|
||||||
|
|
||||||
Long form syntax of `--network` allows to specify list of aliases and driver options:
|
Long form syntax of `--network` allows to specify list of aliases and driver options:
|
||||||
`--network name=my-network,alias=web1,driver-opt=field1=value1`
|
`--network name=my-network,alias=web1,driver-opt=field1=value1`
|
||||||
|
|
Loading…
Reference in New Issue