/alpine-containertools

docker image with useful network and container tools and SSH

Primary LanguageDockerfile

Alpine Container Tools Docker Image

I had a need for a container that'll keep running as a service and have some common networking and container tools in it. Also need something which doesn't have a default password, so this will generate a random one.

Based on alpine to keep the image nice and small.

Setup 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

Tools installed

openssh nmap curl etcd kubectl docker client

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!

Running Instructions

docker run -d -p 2200:22 raesene/alpine-containertools

docker ps - Get the container name

docker logs <container> to get the root password

ssh root@<ip>