Explorar el Código

Merge pull request #6536 from dgageot/patch-2

Fix flag names
Sven Dowideit hace 11 años
padre
commit
fa8f89c521
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/sources/reference/run.md

+ 2 - 2
docs/sources/reference/run.md

@@ -103,7 +103,7 @@ interactive cases.
 
 ## Container Identification
 
-### Name (–name)
+### Name (–-name)
 
 The operator can identify a container in three ways:
 
@@ -190,7 +190,7 @@ localhost interface.
     $ # use the redis container's network stack to access localhost
     $ docker run --rm -ti --net container:redis example/redis-cli -h 127.0.0.1
 
-## Clean Up (–rm)
+## Clean Up (–-rm)
 
 By default a container's file system persists even after the container
 exits. This makes debugging a lot easier (since you can inspect the