Skip to content

riseupgroup/docker-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Debug (Container)

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.

🚀 Run the container

Note: There is a tag dev that is the most recent version of the container. It is the pre release version.

💾 Docker Compose

services:
  app:
    image: riseupgroup/debug:latest
    container_name: debug
    hostname: debug
    restart: unless-stopped
docker compose up -d

📺 Docker Run

docker run --name debug --hostname debug --rm -it riseupgroup/debug:latest /bin/bash

📢 Contributing

Feel free to open issues or submit pull requests on GitHub! 🚀

📜 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors