Signed-off-by: Leo Gallucci <leo.gallucci@zalando.de> (cherry picked from commit a5b69faafba8bbb85094993edf48bab106e7b54d) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -235,7 +235,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
```