Skip to content

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

License

Notifications You must be signed in to change notification settings

thomseddon/docker-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Copyright

2018 Thom Seddon

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published