Fix truncated sentence
Signed-off-by: Alan Thompson <cloojure@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 |