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>
  • Loading branch information
dvdksn committed May 12, 2023
1 parent 935df5a commit 035e26f
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 035e26f

Please sign in to comment.