Skip to content

Dockerfile to build an image with essential tools for troubleshooting

Notifications You must be signed in to change notification settings

leandrocostam/docker-knife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Knife Tools Container

Container based on Debian with a few utilities installed for troubleshooting:

  • curl
  • traceroute
  • wget
  • dnsutils
  • netcat
  • jq
  • nmap
  • net-tools (ifconfig, netsat, arp, rarp, route, etc)
  • tcpdump
  • mtr-tiny
  • iperf3
  • openssl / openssl-client
  • nmap
  • nvi
  • git
  • less

How to run

Running as standalone container:

docker run -it leandrocostam/knifetools

Running by sharing the network namespce for the specified container (already running):

docker run -it --network=container:<containerName> leandrocostam/knifetools

About

Dockerfile to build an image with essential tools for troubleshooting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages