mirror of https://github.com/docker/docs.git
Change EXPOSEd to published (#4253)
This commit is contained in:
parent
334e0ec824
commit
c70784edd0
|
@ -172,7 +172,7 @@ friendlyhello latest 326387cea398
|
|||
|
||||
## Run the app
|
||||
|
||||
Run the app, mapping your machine's port 4000 to the container's `EXPOSE`d port
|
||||
Run the app, mapping your machine's port 4000 to the container's published port
|
||||
80 using `-p`:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue