diff options
| author | Alan Thompson <cloojure@gmail.com> | 2016-02-19 16:53:53 -0800 |
|---|---|---|
| committer | Alan Thompson <cloojure@gmail.com> | 2016-02-19 16:57:13 -0800 |
| commit | 549fa67dae346e8f9fe5590f914a97b1a18e46d6 (patch) | |
| tree | 7bbd1bc8fc75ba67fa63bce622be331599ec1568 /docs/userguide | |
| parent | 3d65e7126c60ef23a7f0e255cd2e4b5938859413 (diff) | |
| download | docker-549fa67dae346e8f9fe5590f914a97b1a18e46d6.tar.gz | |
Update dockernetworks.md
Fix truncated sentence
Signed-off-by: Alan Thompson <cloojure@gmail.com>
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/networking/dockernetworks.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide/networking/dockernetworks.md b/docs/userguide/networking/dockernetworks.md index 839c3d98ad..744151ff71 100644 --- a/docs/userguide/networking/dockernetworks.md +++ b/docs/userguide/networking/dockernetworks.md @@ -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 |
