Skip to content

Commit

Permalink
docs: update link location for the overlay driver
Browse files Browse the repository at this point in the history
File location changes in docker/docs#17176

Signed-off-by: David Karlsson <david.karlsson@docker.com>
(cherry picked from commit 035e26f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
dvdksn authored and thaJeztah committed Jun 27, 2023
1 parent ddb9220 commit a78fd6c
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 a78fd6c

Please sign in to comment.