Bläddra i källkod

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>
Átila Camurça Alves 10 år sedan
förälder
incheckning
7121a2ae46
1 ändrade filer med 1 tillägg och 1 borttagningar
  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