Browse code

Update examples/nodejs_web_app

Docker-DCO-1.1-Signed-off-by: Hyeongkyu Lee <hyeongkyu.lee@navercorp.com> (github: leeplay)

leeplay authored on 2014/06/26 15:14:18
Showing 1 changed files
... ...
@@ -137,9 +137,9 @@ Your image will now be listed by Docker:
137 137
     $ sudo docker images
138 138
 
139 139
     # Example
140
-    REPOSITORY                 TAG       ID              CREATED
141
-    centos                     6.4       539c0211cd76    8 weeks ago
142
-    gasi/centos-node-hello     latest    d64d3505b0d2    2 hours ago
140
+    REPOSITORY                            TAG       ID              CREATED
141
+    centos                                6.4       539c0211cd76    8 weeks ago
142
+    <your username>/centos-node-hello     latest    d64d3505b0d2    2 hours ago
143 143
 
144 144
 ## Run the image
145 145