فهرست منبع

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:**