Watch
1
0
Fork
You've already forked debugimage
0
A container image for debugging
  • Dockerfile 69.2%
  • Shell 30.8%
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025年08月25日 12:14:02 +02:00
build.sh update repository references 2025年08月25日 12:14:02 +02:00
config.fish use fish as default shell 2024年08月27日 19:59:15 -06:00
Containerfile add sqlite3 2024年08月27日 20:04:13 -06:00
README.md update repository references 2025年08月25日 12:14:02 +02:00
run.sh update repository references 2025年08月25日 12:14:02 +02:00

Container debug image

Just a container image that I plug volumes into to debug them. It contains the following sofware:

  • neovim
  • bat
  • ss
  • curl
  • exa
  • dust
  • ripgrep
  • fd
  • fish shell
  • sqlite3

Usage

Simply plug a volume or put the container in the same network as other containers you want to debug.

podman run -it --rm codeberg.org/categulario/debugimage