Fix a typo in work-with-networks.md
This fix fixes a typo in the documentation of `work-with-networks.md`. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
fbf3741f0d
commit
414b9dea8a
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ examine its networking stack:
|
|||
$ docker attach container2
|
||||
```
|
||||
|
||||
If you look a the container's network stack you should see two Ethernet interfaces, one for the default bridge network and one for the `isolated_nw` network.
|
||||
If you look at the container's network stack you should see two Ethernet interfaces, one for the default bridge network and one for the `isolated_nw` network.
|
||||
|
||||
```bash
|
||||
/ # ifconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue