mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed docker port command
This commit is contained in:
parent
f0ec901819
commit
438d26b405
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
`localhost` on the host machine this will be shown in the `docker port`
|
||||||
output.
|
output.
|
||||||
|
|
||||||
$ docker port nostalgic_morse
|
$ docker port nostalgic_morse 5000
|
||||||
127.0.0.1:49155
|
127.0.0.1:49155
|
||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue