Browse code

fixed docker port command

kyu authored on 2014/06/18 15:01:29
Showing 1 changed files
... ...
@@ -68,7 +68,7 @@ configurations. For example if we've bound the container port to the
68 68
 `localhost` on the host machine this will be shown in the `docker port`
69 69
 output.
70 70
 
71
-    $ docker port nostalgic_morse
71
+    $ docker port nostalgic_morse 5000
72 72
     127.0.0.1:49155
73 73
 
74 74
 > **Note:**