Docker Debug is a docker container that runs no service. It's intended to be used for debugging purposes. There are several tools included in the container, such as curl, ping, traceroute and tcpdump. The container is based on the Ubuntu image.
Note: There is a tag
devthat is the most recent version of the container. It is the pre release version.
services:
app:
image: riseupgroup/debug:latest
container_name: debug
hostname: debug
restart: unless-stoppeddocker compose up -ddocker run --name debug --hostname debug --rm -it riseupgroup/debug:latest /bin/bashFeel free to open issues or submit pull requests on GitHub! 🚀
This project is licensed under the MIT License.