Update run.md

Put a space after the `###` in the Example section. On the github parser the result file looks ok, but in the docker page (<https://docs.docker.com/reference/run/>) looks ugly.

Signed-off-by: Átila Camurça <camurca.home@gmail.com>
master
Átila Camurça Alves 2015-07-08 15:57:20 -03:00 committed by Tibor Vass
parent 6bfc07abd2
commit fe4c3c26a3
1 changed files with 1 additions and 1 deletions

View File

@ -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