From 0626fa4555df98eb75e87308204cfeb0eccacfcc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 22 May 2016 15:54:21 +0200 Subject: [PATCH] Merge pull request #22885 from yongtang/05212016-typo-in-dockernetworks-md Fix a typos in docs of networking guide (cherry picked from commit c0c36bc15096cb7a81dfb9556b1300d0cd94013a) Signed-off-by: Sebastiaan van Stijn --- docs/userguide/networking/dockernetworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networking/dockernetworks.md b/docs/userguide/networking/dockernetworks.md index 465470e737..22b8b346a3 100644 --- a/docs/userguide/networking/dockernetworks.md +++ b/docs/userguide/networking/dockernetworks.md @@ -57,7 +57,7 @@ docker0 Link encap:Ethernet HWaddr 02:42:47:bc:3a:eb RX bytes:1100 (1.1 KB) TX bytes:648 (648.0 B) ``` -The `none` network adds a container to a container-specific network stack. That container lacks a network interface. Attaching to such a container and looking at it's stack you see this: +The `none` network adds a container to a container-specific network stack. That container lacks a network interface. Attaching to such a container and looking at its stack you see this: ``` $ docker attach nonenetcontainer