Explorar el Código

Merge pull request #27764 from elgalu/patch-1

Typo --ti and missing my_strace_docker_image
Sebastiaan van Stijn hace 8 años
padre
commit
a6dfab03f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/reference/run.md

+ 1 - 1
docs/reference/run.md

@@ -243,7 +243,7 @@ $ docker run --name my-redis -d redis
 Debug the redis container by running another container that has strace in it:
 
 ```bash
-$ docker run --it --pid=container:my-redis bash
+$ docker run -it --pid=container:my-redis my_strace_docker_image bash
 $ strace -p 1
 ```