fix wrong command

This commit is contained in:
kyu 2014-06-17 17:49:34 +09:00
parent 4cf40c968f
commit cac97b6bd8
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ containers will get removed to clean things up.
We can then create a container from our new image.
$ sudo docker run -t -i ouruser/sinatra /bin/bash
$ sudo docker run -t -i ouruser/sinatra:v2 /bin/bash
root@8196968dac35:/#
> **Note:**