giantswarm / debug

Container image for debugging containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dockerfile 100.0%