From cac97b6bd86fb3b741ff3ce75cf422ef378854b9 Mon Sep 17 00:00:00 2001 From: kyu Date: Tue, 17 Jun 2014 17:49:34 +0900 Subject: [PATCH] fix wrong command --- docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index a4095f5f15..8dab404259 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/docs/sources/userguide/dockerimages.md @@ -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:**