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
This commit is contained in:
Médi-Rémi Hashim
2014-11-01 21:22:43 +00:00
parent 9fda67e5fe
commit d9af4bf2cb

View File

@ -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:/#