浏览代码

Update nodejs_web_app.md

Docker-DCO-1.1-Signed-off-by: Hyeongkyu Lee <hyeongkyu.lee@navercorp.com> (github: leeplay)
leeplay 11 年之前
父节点
当前提交
15ea1ca1f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/examples/nodejs_web_app.md

+ 2 - 2
docs/sources/examples/nodejs_web_app.md

@@ -167,8 +167,8 @@ To test your app, get the the port of your app that Docker mapped:
     $ sudo docker ps
 
     # Example
-    ID            IMAGE                          COMMAND              ...   PORTS
-    ecce33b30ebf  gasi/centos-node-hello:latest  node /src/index.js         49160->8080
+    ID            IMAGE                                     COMMAND              ...   PORTS
+    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`.