Browse code

Update dockernetworks.md

Fix truncated sentence

Signed-off-by: Alan Thompson <cloojure@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Alan Thompson authored on 2016/02/20 09:53:53
Showing 1 changed files
... ...
@@ -95,7 +95,8 @@ worth looking at the default `bridge` network a bit.
95 95
 
96 96
 
97 97
 ### The default bridge network in detail
98
-The default bridge network is present on all Docker hosts. The `docker network inspect`
98
+The default `bridge` network is present on all Docker hosts. The `docker network inspect` 
99
+command returns information about a network:
99 100
 
100 101
 ```
101 102
 $ docker network inspect bridge