fixed docker port command

This commit is contained in:
kyu
2014-06-18 15:01:29 +09:00
parent f0ec901819
commit 438d26b405
+1 -1
View File
@@ -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:**