Browse code

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.`

Médi-Rémi Hashim authored on 2014/11/02 06:22:43
Showing 1 changed files
... ...
@@ -154,7 +154,7 @@ We've identified a suitable image, `training/sinatra`, and now we can download i
154 154
 
155 155
     $ sudo docker pull training/sinatra
156 156
 
157
-The team can now use this image by run their own containers.
157
+The team can now use this image by running their own containers.
158 158
 
159 159
     $ sudo docker run -t -i training/sinatra /bin/bash
160 160
     root@a8cb6ce02d85:/#