Sign inSign up

thomseddon/utils

By thomseddon

Updated over 6 years ago

Little docker image with a full bash shell and a few network debugging tools

Image
0

100K+

thomseddon/utils repository overview

Docker Utils

Little docker image with a full bash shell and a few network debugging tools.

Includes:

  • debian jessie base
  • curl
  • dig
  • jq
  • netcat
  • nmap
  • telnet
  • tcpdump
  • traceroute

Usage

Run

CLI:

docker run -d thomseddon/utils:latest

Compose:

  utils:
    image: thomseddon/utils:latest
    networks:
     - deep_down_network
Join
docker exec -it $(docker ps | grep thomseddon/utils | cut -d' ' -f 1) /bin/bash

2018 Thom Seddon

License

MIT

Tag summary

Content type

Image

Digest

Size

91.4 MB

Last updated

over 6 years ago

docker pull thomseddon/utils