mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
2f566f747b
commit
7121a2ae46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue