A collection of container images I use for admin tasks or troubleshooting in environments such as CoreOS where quite often the one or other thing is not available or I can't be bothered to install stuff.
Good old netcat:
$ docker run -it --rm appropriate/nc $IP $PORTDNSing the heck out of it:
$ docker run -it --rm sequenceiq/alpine-dig dig $FQDNWhere goez my package:
$ docker run -it --rm zburgermeiszter/traceroute $FQDNDC/OS cluster:
$ docker run -it --rm jess/dcos-cliAWS:
$ docker run -it --rm jess/awscliKafka cluster:
$ docker run -it --rm mesosphere/kafka-client$ docker run -it --rm williamyeh/boom -n 1000 -c 100 $URL