Explorar o código

Merge pull request #20528 from cloojure/patch-3

Update dockernetworks.md
Vincent Demeester %!s(int64=9) %!d(string=hai) anos
pai
achega
3646b14ecd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      docs/userguide/networking/dockernetworks.md

+ 2 - 1
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 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
 $ docker network inspect bridge