瀏覽代碼

Typo --ti and missing my_strace_docker_image

Signed-off-by: Leo Gallucci <leo.gallucci@zalando.de>
Leo Gallucci 8 年之前
父節點
當前提交
a5b69faafb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:
 Debug the redis container by running another container that has strace in it:
 
 
 ```bash
 ```bash
-$ docker run --it --pid=container:my-redis bash
+$ docker run -it --pid=container:my-redis my_strace_docker_image bash
 $ strace -p 1
 $ strace -p 1
 ```
 ```