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