_ _ _ _
_ _ ___| |_ __| |_ ___| | |
| ' \/ -_) _(_-< ' \/ -_) | |
|_||_\___|\__/__/_||_\___|_|_|
https://github.com/redimp/netshell
netshell is a container that bundles the tools necessary for quickly
debugging services in your containerized environment.
Start a one-shot pod that is deleted after it exists.
docker run -it --rm redimp/netshell
Start a one-shot pod for debugging, removed after the shell exists.
kubectl run tmp-shell --rm -i --tty --image redimp/netshell
Content type
Image
Digest
sha256:5ba7b13c8…
Size
176.3 MB
Last updated
13 days ago
docker pull redimp/netshell