mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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:
parent
4d4a7b81bf
commit
d22d32d61f
1 changed files with 1 additions and 1 deletions
|
@ -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:/#
|
||||
|
|
Loading…
Add table
Reference in a new issue