Merge pull request #27764 from elgalu/patch-1
Typo --ti and missing my_strace_docker_image Upstream-commit: a6dfab03f53506e7d9d437c4cebf1a0c42c73f0e Component: engine
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user