Browse code

fix typo

Signed-off-by: Anton Polonskiy <anton.polonskiy@gmail.com>

Anton Polonskiy authored on 2015/11/06 01:30:47
Showing 1 changed files
... ...
@@ -426,7 +426,7 @@ provides complete isolation for the containers.
426 426
 
427 427
 Then, on each host, launch containers making sure to specify the network name.
428 428
 
429
-        $ docker run -itd --net=mmy-multi-host-network busybox
429
+        $ docker run -itd --net=my-multi-host-network busybox
430 430
 
431 431
 Once connected, each container has access to all the containers in the network
432 432
 regardless of which Docker host the container was launched on.
... ...
@@ -477,4 +477,4 @@ and removed in a future release.
477 477
 - [Managing Data in Containers](../dockervolumes.md)
478 478
 - [Docker Machine overview](https://docs.docker.com/machine)
479 479
 - [Docker Swarm overview](https://docs.docker.com/swarm)
480
-- [Investigate the LibNetwork project](https://github.com/docker/libnetwork/blob/master)
480
+- [Investigate the LibNetwork project](https://github.com/docker/libnetwork)