Small Docker toolbox for troubleshooting.
Includes basic tools like:
- nc
- curl
- dig
- nslookup
- ping
- vi
With Docker
docker run -it akarzazi/netbox
With Kubernetes
kubectl apply -f https://raw.githubusercontent.com/akarzazi/netbox/main/k8s/as-pod.yml
kubectl exec -it netbox -- /bin/bash
View docker hub https://hub.docker.com/r/akarzazi/netbox
Tags | Dockerfile | OS Version | size |
---|---|---|---|
alpine, latest | Dockerfile | Alpine 3.12 | 22 MB |
ubuntu | Dockerfile | Ubuntu 20.10 | 180 MB |