瀏覽代碼

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`
 output.
 
-    $ docker port nostalgic_morse
+    $ docker port nostalgic_morse 5000
     127.0.0.1:49155
 
 > **Note:**