From 7121a2ae46510ce985073b1f18f1740364ec74a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Wed, 8 Jul 2015 15:57:20 -0300 Subject: [PATCH] Update run.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put a space after the `###` in the Example section. On the github parser the result file looks ok, but in the docker page () looks ugly. Signed-off-by: Átila Camurça --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index b7a63440e8..b94f050015 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -430,7 +430,7 @@ You cannot set any restart policy in combination with ["clean up (--rm)"](#clean-up-rm). Setting both `--restart` and `--rm` results in an error. -###Examples +### Examples $ docker run --restart=always redis