https://github.com/z0mbix/debug-tools
Container image with lots of useful debugging tools
https://github.com/z0mbix/debug-tools
Last synced: 6 months ago
JSON representation
Container image with lots of useful debugging tools
- Host: GitHub
- URL: https://github.com/z0mbix/debug-tools
- Owner: z0mbix
- Created: 2019-06-26T16:02:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T11:58:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T10:33:37.516Z (over 1 year ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image packed full of useful tools
Useful for running on a kubernetes cluster:
```
kubectl run pod -it --rm --image=z0mbix/debug-tools debug-tools
```
This will give you a bash shell
## Tools available in this image:
- awscli
- bash
- bash-completion
- bind-tools
- bwm-ng
- bzip2
- consul
- curl
- fd
- gcc
- git
- grpcurl
- gzip
- hey
- ipython
- jq
- openjdk 11 jre
- kaf
- kafkacat
- kubectl
- mosh
- mysql client
- netcat
- ngrep
- nmap
- nmap-ncat
- nmap-nping
- nodejs
- openssh client
- openssl
- pip3
- pipenv
- postgresql client
- python3
- redis-cli
- ripgrep
- rsync
- socat
- ssh
- step
- tmux
- unzip
- vim
- wget
## Python 3 packages available:
- PyYAML
- awscli
- boto3
- botocore
- ipaddress
- kubernetes
- pipenv
- redis
- requests