useful tools to debug container environments
2.1K
useful tools to debug container environments
Toolbox image containing useful tools to debug container environments (e.g. kubernetes)
If you want to change it, you'll need:
change the Dockerfile and then run
make build && make run
docker pull wwmoraes/toolbox
You can run this container locally with:
docker run --rm -it wwmoraes/toolbox
You can also run on a cluster with:
kubectl run toolbox -i --tty --rm --restart=Never --image=wwmoraes/toolbox
See also the list of contributors who participated in this project.
Content type
Image
Digest
Size
117.1 MB
Last updated
about 6 years ago
docker pull wwmoraes/toolbox