Typo --ti and missing my_strace_docker_image

Signed-off-by: Leo Gallucci <leo.gallucci@zalando.de>
This commit is contained in:
Leo Gallucci 2016-10-26 05:59:50 +02:00 committed by Leo Gallucci
parent 77f4c30a21
commit a5b69faafb

View file

@ -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
```