ttulka / networking-docker-host

Docker image with a bunch of networking tools and a trivial HTTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Networking Docker Host

Ubuntu-based Docker image with a bunch of networking tools and a trivial HTTP server.

Networking tools

  • curl
  • dig
  • hey
  • host
  • hostname
  • ip
  • lsof
  • netcat
  • netplan
  • netstat
  • nmap
  • ping
  • route
  • rpcinfo
  • tcpdump
  • telnet
  • tracepath
  • traceroute

Usage

$ docker run --rm -it ttulka/networking bash
$ docker run --rm -d -p 80:8080 -e MESSAGE=world ttulka/networking
$ curl localhost:80
hello world

Build

docker build --tag ttulka/networking:latest .

About

Docker image with a bunch of networking tools and a trivial HTTP server


Languages

Language:Dockerfile 68.7%Language:Go 31.3%