Browse code

Typo --ti and missing my_strace_docker_image

Signed-off-by: Leo Gallucci <leo.gallucci@zalando.de>

Leo Gallucci authored on 2016/10/26 12:59:50
Showing 1 changed files
... ...
@@ -243,7 +243,7 @@ $ docker run --name my-redis -d redis
243 243
 Debug the redis container by running another container that has strace in it:
244 244
 
245 245
 ```bash
246
-$ docker run --it --pid=container:my-redis bash
246
+$ docker run -it --pid=container:my-redis my_strace_docker_image bash
247 247
 $ strace -p 1
248 248
 ```
249 249