Browse code

fix wrong command

kyu authored on 2014/06/17 17:49:34
Showing 1 changed files
... ...
@@ -330,7 +330,7 @@ containers will get removed to clean things up.
330 330
 
331 331
 We can then create a container from our new image.
332 332
 
333
-    $ sudo docker run -t -i ouruser/sinatra /bin/bash
333
+    $ sudo docker run -t -i ouruser/sinatra:v2 /bin/bash
334 334
     root@8196968dac35:/#
335 335
 
336 336
 > **Note:**