소스 검색

Merge pull request #6500 from leeplay/userguide

fixed docker port command
James Turnbull 11 년 전
부모
커밋
0c5d9626b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/userguide/dockerlinks.md

+ 1 - 1
docs/sources/userguide/dockerlinks.md

@@ -68,7 +68,7 @@ configurations. For example if we've bound the container port to the
 `localhost` on the host machine this will be shown in the `docker port`
 `localhost` on the host machine this will be shown in the `docker port`
 output.
 output.
 
 
-    $ docker port nostalgic_morse
+    $ docker port nostalgic_morse 5000
     127.0.0.1:49155
     127.0.0.1:49155
 
 
 > **Note:** 
 > **Note:**