A Alpine based image containing various tools. Enables a fresh development container everyday with only minimal persistence.
Some simple examples of how this can be used assuming you have Docker installed.
$ tools()(
docker run -h toolbox -e USER=dev --rm -it ghcr.io/pvorselaars/toolbox
)
$ tools
root@toolbox:~$
$ tools()(
docker attach toolbox || docker run --name toolbox -h toolbox -e USER=dev -v toolbox:/home/dev/ -it ghcr.io/pvorselaars/toolbox
)
$ tools
root@toolbox:~$
An non-exhaustive list of the binaries and scripts included in this image.
- busybox
- git
- gnupg
- bind-tools
- curl
- tcpdump
- kubectl
- golang
- powershell
- dasel
- dog
- asciinema
- httpie
- neovim