redimp/netshell

By redimp

Updated 13 days ago

a docker and kubernetes toolkit container

Image
0

1.3K

redimp/netshell repository overview

netshell - docker and kubernetes toolkit container

           _      _        _ _
  _ _  ___| |_ __| |_  ___| | |
 | ' \/ -_)  _(_-< ' \/ -_) | |
 |_||_\___|\__/__/_||_\___|_|_|

https://github.com/redimp/netshell

Features

netshell is a container that bundles the tools necessary for quickly debugging services in your containerized environment.

netshell with docker

Start a one-shot pod that is deleted after it exists.

docker run -it --rm redimp/netshell

netshell with kubernetes

Start a one-shot pod for debugging, removed after the shell exists.

kubectl run tmp-shell --rm -i --tty --image redimp/netshell

Tag summary

Content type

Image

Digest

sha256:5ba7b13c8

Size

176.3 MB

Last updated

13 days ago

docker pull redimp/netshell