docker-debug

Attach a new container to an already running container for debugging

brewmacoslinux
Try with needOr install directly
Source

About

Use new container attach on already container go on debug

Commands

docker-debug

Examples

Attach debug container to an existing running container$ docker-debug <container-id>
Debug a specific container by name$ docker-debug my-running-container
Attach debug container with custom image$ docker-debug <container-id> --image debug-image:latest