1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Merge pull request #14657 from anatolyborodin/typo_fix

Fix a typo: change "such Bash" to "such as Bash" in dockerfile_best-practices.md
Upstream-commit: 39e380b97a0d7b5b951225135267c6097f1667e5
Component: engine
This commit is contained in:
Brian Goff
2015-07-15 11:29:38 -04:00

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