diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index f58c9a224f..51f6beb554 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/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:/#