Merge pull request #6716 from leeplay/master

Update nodejs_web_app.md
This commit is contained in:
James Turnbull 2014-06-26 23:21:36 -07:00
commit bc8d618cde
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ To test your app, get the the port of your app that Docker mapped:
# Example
ID IMAGE COMMAND ... PORTS
ecce33b30ebf gasi/centos-node-hello:latest node /src/index.js 49160->8080
ecce33b30ebf <your username>/centos-node-hello:latest node /src/index.js 49160->8080
In the example above, Docker mapped the `8080` port of the container to `49160`.