mavnt / alpine-net-tools

Alpine-based Docker image for networking tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpine-net-tools

Alpine-based Docker image for networking tasks.

What's installed

  • bind-tools
  • curl
  • git
  • jq
  • mtr
  • nano
  • openssh and openssh-server
  • python2 (for sshuttle)
  • wget
  • zsh (with Oh-My-Zsh)

SSH

Pass your public key(s) as follows:

docker run --rm -d -e keys="`cat key1 [key2, ...]`" -p 9999:22 mavnt/alpine-net-tools

GitHub - Docker Hub

About

Alpine-based Docker image for networking tasks.

License:MIT License


Languages

Language:Dockerfile 100.0%