Merge pull request #20528 from cloojure/patch-3

Update dockernetworks.md
Upstream-commit: 3646b14ecd9c07d9d4113b5a36958d3f92484806
Component: engine
This commit is contained in:
Vincent Demeester
2016-02-20 23:25:51 +01:00

View File

@ -95,7 +95,8 @@ worth looking at the default `bridge` network a bit.
### The default bridge network in detail
The default bridge network is present on all Docker hosts. The `docker network inspect`
The default `bridge` network is present on all Docker hosts. The `docker network inspect`
command returns information about a network:
```
$ docker network inspect bridge