← Back to match
docker-debug
Attaches a new debug container to an already-running Docker container for troubleshooting, without pre-installed tools.
Desktopfreeglobal
A troubleshooting tool that attaches a new debug container to an already-running Docker container, joining its pid, network, user, filesystem, and IPC namespaces so standard diagnostics can run without pre-installing tools. It addresses the problem of minimal production images that lack shells or debug utilities and avoids rebuilding or modifying the original image. Intended for developers and SREs working with minimal or distroless containers; self-hosted and open-source under an MIT license.
Categories
developer toolscontainer management

