From 97bbfc353450602b358dfa6231faf240744b9967 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Wed, 7 Sep 2016 13:19:46 +0800
Subject: [PATCH] rectify some response information while execute ifconfig in
container
Signed-off-by: lixiaobing10051267
---
docs/userguide/networking/index.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/userguide/networking/index.md b/docs/userguide/networking/index.md
index d91e9cc0a9..6a3e9f2472 100644
--- a/docs/userguide/networking/index.md
+++ b/docs/userguide/networking/index.md
@@ -196,7 +196,6 @@ You can `attach` to a running `container` and investigate its configuration:
$ docker attach container1
root@0cb243cd1293:/# ifconfig
-ifconfig
eth0 Link encap:Ethernet HWaddr 02:42:AC:11:00:02
inet addr:172.17.0.2 Bcast:0.0.0.0 Mask:255.255.0.0
inet6 addr: fe80::42:acff:fe11:2/64 Scope:Link
@@ -251,7 +250,6 @@ To detach from a `container1` and leave it running use `CTRL-p CTRL-q`.Then, att
$ docker attach container2
root@0cb243cd1293:/# ifconfig
-
eth0 Link encap:Ethernet HWaddr 02:42:AC:11:00:03
inet addr:172.17.0.3 Bcast:0.0.0.0 Mask:255.255.0.0
inet6 addr: fe80::42:acff:fe11:3/64 Scope:Link