Bläddra i källkod

Update examples/nodejs_web_app

Docker-DCO-1.1-Signed-off-by: Hyeongkyu Lee <hyeongkyu.lee@navercorp.com> (github: leeplay)
leeplay 11 år sedan
förälder
incheckning
6bb6e422b5
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      docs/sources/examples/nodejs_web_app.md

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

@@ -137,9 +137,9 @@ Your image will now be listed by Docker:
     $ sudo docker images
     $ sudo docker images
 
 
     # Example
     # Example
-    REPOSITORY                 TAG       ID              CREATED
-    centos                     6.4       539c0211cd76    8 weeks ago
-    gasi/centos-node-hello     latest    d64d3505b0d2    2 hours ago
+    REPOSITORY                            TAG       ID              CREATED
+    centos                                6.4       539c0211cd76    8 weeks ago
+    <your username>/centos-node-hello     latest    d64d3505b0d2    2 hours ago
 
 
 ## Run the image
 ## Run the image