cdebug

Comprehensive container debugging tool with shell, logs, and inspection

brewmacoslinux
Try with needOr install directly
Source

About

Swiss army knife of container debugging

Commands

cdebug

Examples

Start an interactive debugging session in a running container$ cdebug exec -it <container-id> sh
View container logs with real-time streaming$ cdebug logs -f <container-id>
Inspect container configuration and metadata$ cdebug info <container-id>