Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 396 Bytes

Debuggery

A super tiny docker container for debugging network things, redis, postgresql, etc. 🔋's included.

Docker Image Size (tag)

How to

Kubernetes

alias kdebug='kubectl run --rm -i -t debug --image=rameezk/debuggery --restart=Never'

Docker

docker run --rm -it rameezk/debuggery