Docker-DCO-1.1-Signed-off-by: Hyeongkyu Lee <hyeongkyu.lee@navercorp.com> (github: leeplay)
| ... | ... |
@@ -167,8 +167,8 @@ To test your app, get the the port of your app that Docker mapped: |
| 167 | 167 |
$ sudo docker ps |
| 168 | 168 |
|
| 169 | 169 |
# Example |
| 170 |
- ID IMAGE COMMAND ... PORTS |
|
| 171 |
- ecce33b30ebf gasi/centos-node-hello:latest node /src/index.js 49160->8080 |
|
| 170 |
+ ID IMAGE COMMAND ... PORTS |
|
| 171 |
+ ecce33b30ebf <your username>/centos-node-hello:latest node /src/index.js 49160->8080 |
|
| 172 | 172 |
|
| 173 | 173 |
In the example above, Docker mapped the `8080` port of the container to `49160`. |
| 174 | 174 |
|