Skip to content
/ debug Public
forked from giantswarm/debug

Container image for debugging containers

Notifications You must be signed in to change notification settings

tsenart/debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Docker Repository on Quay

Debug docker container

Contains a lot of debugging tools for production. Based on alpine.

  • Build/code: build-base git go bash bash-completion ncurses vim tmux jq
  • Network: bind-tools iputils tcpdump curl nmap tcpflow iftop net-tools mtr netcat-openbsd bridge-utils iperf ngrep
  • Certificates: ca-certificates openssl
  • Processes/IO: htop atop strace iotop sysstat ltrace ncdu logrotate hdparm pciutils psmisc tree pv

Attach to an existing container

docker run --rm -ti --net container:<container-id> quay.io/giantswarm/debug

Use tmux inside tmux

Just double press <ctrl>+b to use the inner tmux

About

Container image for debugging containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%