Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d93b73

Browse files
glenscjohndmulhausen
authored andcommitted
Update get-started-overlay.md (docker#1082)
* Update get-started-overlay.md * Update get-started-overlay.md perhaps renderer can't do multiline markdown links * Update get-started-overlay.md
1 parent b8b25dd commit 4d93b73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

engine/userguide/networking/get-started-overlay.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ that machine options that are needed by the `overlay` network driver.
142142
--engine-opt="cluster-advertise=eth1:2376" \
143143
mhs-demo0
144144

145-
At creation time, you supply the Engine `daemon` with the ` --cluster-store` option. This option tells the Engine the location of the key-value store for the `overlay` network. The bash expansion `$(docker-machine ip mh-keystore)` resolves to the IP address of the Consul server you created in "STEP 1". The `--cluster-advertise` option advertises the machine on the network.
145+
At creation time, you supply the Engine `daemon` with the `--cluster-store` option. This option tells the Engine the location of the key-value store for the `overlay` network. The bash expansion `$(docker-machine ip mh-keystore)` resolves to the IP address of the Consul server you created in "STEP 1". The `--cluster-advertise` option advertises the machine on the network.
146146

147147
2. Create another host and add it to the swarm cluster.
148148

@@ -372,13 +372,13 @@ to have external connectivity outside of their cluster.
372372

373373
### Extra Credit with Docker Compose
374374

375-
Please refer to the Networking feature introduced in [Compose V2 format]
376-
(https://docs.docker.com/compose/networking/) and execute the
377-
multi-host networking scenario in the swarm cluster used above.
375+
Please refer to the Networking feature introduced in
376+
[Compose V2 format](/compose/networking/)
377+
and execute the multi-host networking scenario in the swarm cluster used above.
378378

379379
## Related information
380380

381381
* [Understand Docker container networks](index.md)
382382
* [Work with network commands](work-with-networks.md)
383383
* [Docker Swarm overview](/swarm)
384-
* [Docker Machine overview](/machine)
384+
* [Docker Machine overview](/machine)

0 commit comments

Comments
 (0)