A container image for debugging
- Dockerfile 69.2%
- Shell 30.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| build.sh | update repository references | |
| config.fish | use fish as default shell | |
| Containerfile | add sqlite3 | |
| README.md | update repository references | |
| run.sh | update repository references | |
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