Sign inSign up

mbentley/swissarmy

By mbentley

Updated about 8 hours ago

Image
0

10K+

mbentley/swissarmy repository overview

mbentley/swissarmy

docker image for small random utilities based off of mbentley/alpine:latest

Child Docker Images

The following Docker images are available from this repo:

  • mbentley/curl
  • mbentley/bind-tools
  • mbentley/jq
  • mbentley/ldap-utils

Tools in mbentley/swissarmy

List of tools that this image provides:

  • bash
  • bind-tools (provides dig)
  • curl
  • iperf3
  • jq
  • lynx
  • netcat-openbsd (provides nc)
  • openldap-clients (ldap utilities)
  • socat
  • tcpdump
  • util-linux (provides nsenter)
  • vim
  • wget

To pull this image: docker pull mbentley/swissarmy

Example Usage

mbentley/swissarmy
docker run -it --rm mbentley/swissarmy ping -c 4 google.com
mbentley/curl
docker run -it --rm mbentley/curl http://www.google.com
mbentley/bind-tools
docker run -it --rm mbentley/bind-tools dig @8.8.8.8 github.com

docker run -it --rm mbentley/bind-tools nslookup github.com
mbentley/jq
$ cat test.json | docker run -i --rm mbentley/jq .
{
  "test": true,
  "test2": false
}
mbentley/ldap-utils
# get usage
docker run -it --rm mbentley/ldap-utils

# example
docker run -it --rm mbentley/ldap-utils ldapurl -h ldap.domain.com

Tag summary

Content type

Image

Digest

sha256:ba084be47

Size

24.9 MB

Last updated

about 8 hours ago

docker pull mbentley/swissarmy