瀏覽代碼

Merge pull request #17725 from polonskiy/patch-1

fix typo
Sebastiaan van Stijn 9 年之前
父節點
當前提交
336dea3e50
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/userguide/networking/dockernetworks.md

+ 2 - 2
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.
 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
 Once connected, each container has access to all the containers in the network
 regardless of which Docker host the container was launched on.
 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)
 - [Managing Data in Containers](../dockervolumes.md)
 - [Docker Machine overview](https://docs.docker.com/machine)
 - [Docker Machine overview](https://docs.docker.com/machine)
 - [Docker Swarm overview](https://docs.docker.com/swarm)
 - [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)