Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.24 KB

jnewland/git-and-stuff

Sometimes, you want a Docker container with git, bash, ssh, jq, curl, and vim. Or is that just me?

docker renovate

GitHub Container Registry

Usage

This container is great for use with kubectl debug. For example, to debug a pod with a broken image:

$ kubectl debug -it <pod> --image=ghcr.io/jnewland/git-and-stuff:latest

Or to debug a node:

$ kubectl debug -it node/<node> --image=ghcr.io/jnewland/git-and-stuff:latest