From d7b81a07c8bf2ff5992a0cbb609ccaec3221e7e8 Mon Sep 17 00:00:00 2001 From: Anton Polonskiy Date: Thu, 5 Nov 2015 18:30:47 +0200 Subject: [PATCH] fix typo Signed-off-by: Anton Polonskiy Upstream-commit: 3f331eaa4092ff3a612a275351b82b44c778d9fa Component: engine --- components/engine/docs/userguide/networking/dockernetworks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/userguide/networking/dockernetworks.md b/components/engine/docs/userguide/networking/dockernetworks.md index 2940e9ac36..54693e67d4 100644 --- a/components/engine/docs/userguide/networking/dockernetworks.md +++ b/components/engine/docs/userguide/networking/dockernetworks.md @@ -426,7 +426,7 @@ provides complete isolation for the containers. Then, on each host, launch containers making sure to specify the network name. - $ docker run -itd --net=mmy-multi-host-network busybox + $ docker run -itd --net=my-multi-host-network busybox Once connected, each container has access to all the containers in the network regardless of which Docker host the container was launched on. @@ -477,4 +477,4 @@ and removed in a future release. - [Managing Data in Containers](../dockervolumes.md) - [Docker Machine overview](https://docs.docker.com/machine) - [Docker Swarm overview](https://docs.docker.com/swarm) -- [Investigate the LibNetwork project](https://github.com/docker/libnetwork/blob/master) +- [Investigate the LibNetwork project](https://github.com/docker/libnetwork)