소스 검색

Merge pull request #6716 from leeplay/master

Update nodejs_web_app.md
James Turnbull 11 년 전
부모
커밋
bc8d618cde
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`.