Alpine Image with some preinstalled tools
462
https://registry.hub.docker.com/v2/repositories/datoma/alpine-tools/tags/
Alpine image with some basic network and other tools. Currently the tools are
docker run --name alpine-tools -d -p 2200:22 datoma/alpine-tools
get the passwords for "root" and user "user"
docker logs <container_id>
login via ssh
ssh [root]|[user]@<docker_ip>
the entrypoint.sh is inspired by Fedora project https://raw.githubusercontent.com/fedora-cloud/Fedora-Dockerfiles/master/ssh/entrypoint.sh
ssh login rootand change permission in config
sed -i s/#PermitRootLogin.*/PermitRootLogin\ yes/ /etc/ssh/sshd_config
use certs
Content type
Image
Digest
Size
17.1 MB
Last updated
about 6 years ago
docker pull datoma/alpine-tools