소스 검색

Update dockernetworks.md

Fix truncated sentence

Signed-off-by: Alan Thompson <cloojure@gmail.com>
Alan Thompson 9 년 전
부모
커밋
549fa67dae
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 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