Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omfdydx/docker_debugger
Docker Utility Image for debugging all kind of infrastructure ranging from databases, caches, brokers et. al.
https://github.com/omfdydx/docker_debugger
curl debugging docker networking ping
Last synced: 4 months ago
JSON representation
Docker Utility Image for debugging all kind of infrastructure ranging from databases, caches, brokers et. al.
- Host: GitHub
- URL: https://github.com/omfdydx/docker_debugger
- Owner: omfdydx
- License: gpl-3.0
- Created: 2024-06-19T07:59:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:27:45.000Z (4 months ago)
- Last Synced: 2024-10-01T02:40:15.564Z (4 months ago)
- Topics: curl, debugging, docker, networking, ping
- Language: Python
- Homepage: https://hub.docker.com/r/omfdy/docker-debugger
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![visitors](https://visitor-badge.laobi.icu/badge?page_id=omfdydx.docker_debugger)
Lightweight Docker utility for curl, wget, ping, screen, psql, mysql, et al
Packed with a simple api server to keep it even if there are some scripts up and running in screen or bash
## Usage
`docker run -it -d -p 5050:5050 omfdy/docker-debugger:latest`#### To join on particular network
`docker run -it -d -p 5050:5050 --network omfdy/docker-debugger:latest`
**Check** `curl localhost:5050`
**_Response_** `Hello World!`To use this tool, simply run the container. The _**simple**_ flask server will keep it running.
You can then use the various CLI tools to test your network and services.```
* screen
* curl
* mongodb-tools
* wget
* redis
* ping
* jq
* flask
* nano
* vim
* postgresql-client
* bash
* nmap
* socat
* netcat-openbsd
* openssh
* bash-completion
* kafkacat
* telnet
```WIP - will keep including tools further needed for debugging Kubernetes / Docker based deployments
`docker buildx build -t omfdy/docker-debugger:latest --attest type=provenance,mode=max --sbom=true .`
`docker push :`