1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6500 from leeplay/userguide

fixed docker port command
This commit is contained in:
James Turnbull 2014-06-18 01:25:28 -05:00
commit 0c5d9626b8

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