Skip to content

mavnt/alpine-net-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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