raesene/alpine-nettools

By raesene

Updated 3 days ago

Alpine based network tools image that runs SSHD with a randomly generated password

Image
7

1M+

raesene/alpine-nettools repository overview

Alpine Net Tools Docker Container

I had a need for a container that'll keep running as a service and have some common networking 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

Running Instructions

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

docker ps - Get the container name

docker logs <container> to get the root password

ssh root@<ip>

Tag summary

Content type

Image

Digest

sha256:a817f86e9

Size

17.1 MB

Last updated

3 days ago

docker pull raesene/alpine-nettools