fix wrong command

Upstream-commit: cac97b6bd86fb3b741ff3ce75cf422ef378854b9
Component: engine
This commit is contained in:
kyu
2014-06-17 17:49:34 +09:00
parent b71d34e96b
commit 8d4f489b58

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:**