Sign inSign up

datoma/alpine-tools

By datoma

Updated about 6 years ago

Alpine Image with some preinstalled tools

Image
0

462

datoma/alpine-tools repository overview

Docker Cloud Automated build Docker Cloud Build Status Docker Pulls Docker Pulls Docker Pulls Docker Pulls

Repo:

https://registry.hub.docker.com/v2/repositories/datoma/alpine-tools/tags/

What

Alpine image with some basic network and other tools. Currently the tools are

  • curl
  • openssh
  • nmap
  • nmap-ncat
  • tcpdump
  • bind-tools
  • jq

Run

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>

Credits

the entrypoint.sh is inspired by Fedora project https://raw.githubusercontent.com/fedora-cloud/Fedora-Dockerfiles/master/ssh/entrypoint.sh

TODO

  • ssh login rootand change permission in config

    sed -i s/#PermitRootLogin.*/PermitRootLogin\ yes/ /etc/ssh/sshd_config

  • use certs

Tag summary

Content type

Image

Digest

Size

17.1 MB

Last updated

about 6 years ago

docker pull datoma/alpine-tools