Merge pull request #4289 from dvdksn/docs/update-link-overlay-driver

docs: update link location for the overlay driver
This commit is contained in:
Sebastiaan van Stijn 2023-06-27 09:27:13 +02:00 committed by GitHub
commit a26e6011f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`