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.`
This commit is contained in:
Médi-Rémi Hashim 2014-11-01 21:22:43 +00:00
Родитель 4d4a7b81bf
Коммит d22d32d61f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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