Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 613 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 613 Bytes

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