Merge pull request #4381 from thaJeztah/24.0_backport_update-link-overlay-driver

[24.0 backport] docs: update link location for the overlay driver
This commit is contained in:
Sebastiaan van Stijn 2023-06-27 12:35:42 +02:00 committed by GitHub
commit 0a2dcdb446
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`