A swiss army knife of container debugging. With this tool you can troubleshoot containers lacking shell and/or debugging tools, forward unpublished or even localhost ports to your host system, expose endpoints from the host system to containers & Kubernetes networks, handily export image's and/or container's filesystem to local folders, and more.
A swiss army knife of container debugging. With this tool you can troubleshoot containers lacking shell and/or debugging tools, forward unpublished or even localhost ports to your host system, expose endpoints from the host system to containers & Kubernetes networks, handily export image's and/or container's filesystem to local folders, and more.
To install cdebug, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cdebug
To see what files were installed by cdebug, run:
port contents cdebug
To later upgrade cdebug, run:
sudo port selfupdate && sudo port upgrade cdebug
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.