mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Fix a typo: change "such Bash" to "such as Bash"
Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com> Upstream-commit: 5f9d1bc01876d31258bf2f86c6c2d9938eb680a9 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user