Browse Source

Merge pull request #14478 from atilacamurca/patch-1

Update run.md
moxiegirl 10 years ago
parent
commit
471fbc9b99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/run.md

+ 1 - 1
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`
 ["clean up (--rm)"](#clean-up-rm). Setting both `--restart` and `--rm`
 results in an error.
 results in an error.
 
 
-###Examples
+### Examples
 
 
     $ docker run --restart=always redis
     $ docker run --restart=always redis