mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
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.`
This commit is contained in:
@@ -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:/#
|
||||
|
||||
Reference in New Issue
Block a user