소스 검색

Cleaned up Network settings overview

Jilles Oldenbeuving 11 년 전
부모
커밋
feb42d3f97
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      docs/sources/reference/run.md

+ 2 - 3
docs/sources/reference/run.md

@@ -136,9 +136,8 @@ PID files):
 
 ## Network Settings
 
-    --dns=[]      : Set custom dns servers for the container
-    --net="bridge": Set the Network mode for the container ('bridge': creates a new network stack for the container on the docker bridge, 'none': no networking for this container, 'container:<name|id>': reuses another container network stack), 'host': use the host network stack inside the container
-    --net="bridge"             Set the Network mode for the container
+    --dns=[]        : Set custom dns servers for the container
+    --net="bridge"  : Set the Network mode for the container
                                  'bridge': creates a new network stack for the container on the docker bridge
                                  'none': no networking for this container
                                  'container:<name|id>': reuses another container network stack