image based on alpine with tools for networking and containers (kubectl,etcdtl,docker,boltbrowser)
1M+
This is an image with a load of common container tooling, for use when you need various containers tools :) It's generally targeted at security assessment tools.
There are also some sample Helm Charts and manifests in /charts and /manifests respectively, which may be useful on tests remember to test these before use!
You can run this container with just a shell for interactive access with
docker run -it raesene/alpine-containertools /bin/bash
Alternatively if you don't specify a command it'll launch an SSH server with a random password. To use this with a docker image first, docker run -d -p 3456:22 raesene/alpine-containertools then docker ps to get the container name, then docker logs <container> to get the root password, then ssh root@<ip>
The SSH setup was based on ideas from https://github.com/fedora-cloud/Fedora-Dockerfiles/blob/master/ssh/entrypoint.sh and https://github.com/sickp/docker-alpine-sshd/blob/master/versions/7.4/Dockerfile
Content type
Image
Digest
sha256:ecffb104b…
Size
230.2 MB
Last updated
3 days ago
docker pull raesene/alpine-containertools