From d9af4bf2cb15de32aebae320194b0c83b5a86ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9di-R=C3=A9mi=20Hashim?= Date: Sat, 1 Nov 2014 21:22:43 +0000 Subject: [PATCH] Grammatical mistake in docs Change `The team can now use this image by run their own containers.` to `The team can now use this image by running their own containers.` Upstream-commit: d22d32d61fc024d2c81e75f870d802f7a2cd28fd Component: engine --- components/engine/docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/userguide/dockerimages.md b/components/engine/docs/sources/userguide/dockerimages.md index f58c9a224f..51f6beb554 100644 --- a/components/engine/docs/sources/userguide/dockerimages.md +++ b/components/engine/docs/sources/userguide/dockerimages.md @@ -154,7 +154,7 @@ We've identified a suitable image, `training/sinatra`, and now we can download i $ sudo docker pull training/sinatra -The team can now use this image by run their own containers. +The team can now use this image by running their own containers. $ sudo docker run -t -i training/sinatra /bin/bash root@a8cb6ce02d85:/#