1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix a typo: change "such Bash" to "such as Bash"

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
This commit is contained in:
Anatoly Borodin 2015-07-15 16:41:57 +02:00
parent a031b6476c
commit 5f9d1bc018

View file

@ -382,7 +382,7 @@ Or, it can be used to run Postgres and pass parameters to the server:
$ docker run postgres postgres --help
Lastly, it could also be used to start a totally different tool, such Bash:
Lastly, it could also be used to start a totally different tool, such as Bash:
$ docker run --rm -it postgres bash