From 5f9d1bc01876d31258bf2f86c6c2d9938eb680a9 Mon Sep 17 00:00:00 2001 From: Anatoly Borodin Date: Wed, 15 Jul 2015 16:41:57 +0200 Subject: [PATCH] Fix a typo: change "such Bash" to "such as Bash" Signed-off-by: Anatoly Borodin --- docs/articles/dockerfile_best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/dockerfile_best-practices.md b/docs/articles/dockerfile_best-practices.md index d97d280a6a..7c9a322c49 100644 --- a/docs/articles/dockerfile_best-practices.md +++ b/docs/articles/dockerfile_best-practices.md @@ -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