docker image for small random utilities based off of mbentley/alpine:latest
The following Docker images are available from this repo:
mbentley/curlmbentley/bind-toolsmbentley/jqmbentley/ldap-utilsmbentley/swissarmyList of tools that this image provides:
bashbind-tools (provides dig)curliperf3jqlynxnetcat-openbsd (provides nc)openldap-clients (ldap utilities)socattcpdumputil-linux (provides nsenter)vimwgetTo pull this image:
docker pull mbentley/swissarmy
mbentley/swissarmydocker run -it --rm mbentley/swissarmy ping -c 4 google.com
mbentley/curldocker run -it --rm mbentley/curl http://www.google.com
mbentley/bind-toolsdocker 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
Content type
Image
Digest
sha256:ba084be47…
Size
24.9 MB
Last updated
about 8 hours ago
docker pull mbentley/swissarmy