Skip to content

Commit

Permalink
Merge pull request docker#4289 from dvdksn/docs/update-link-overlay-d…
Browse files Browse the repository at this point in the history
…river

docs: update link location for the overlay driver
  • Loading branch information
thaJeztah authored Jun 27, 2023
2 parents 605942c + 035e26f commit a26e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/service_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ $ docker service create \
The swarm extends my-network to each node running the service.

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:
`--network name=my-network,alias=web1,driver-opt=field1=value1`
Expand Down

0 comments on commit a26e601

Please sign in to comment.