Fix a typos in docs of networking guide
(cherry picked from commit c0c36bc15096cb7a81dfb9556b1300d0cd94013a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -57,7 +57,7 @@ docker0 Link encap:Ethernet HWaddr 02:42:47:bc:3a:eb |
| 57 | 57 |
RX bytes:1100 (1.1 KB) TX bytes:648 (648.0 B) |
| 58 | 58 |
``` |
| 59 | 59 |
|
| 60 |
-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: |
|
| 60 |
+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: |
|
| 61 | 61 |
|
| 62 | 62 |
``` |
| 63 | 63 |
$ docker attach nonenetcontainer |