Skip to content

songrgg/docker-alpine-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Debug online application in alpine docker

Docker Stars Docker Pulls

It's a docker image based on alpine with debug tools like tcpdump, strace, iftop, curl.

Instructions

  • Run bash
docker pull songrgg/alpine-debug
docker run --rm -ti songrgg/alpine-debug /bin/bash
  • tcpdump monitors on the HTTP port
docker pull songrgg/alpine-debug
docker run --rm -ti songrgg/alpine-debug /bin/bash
tcpdump -A -i eth0 port 80
  • iftop monitors current I/O
docker pull songrgg/alpine-debug
docker run --rm -ti songrgg/alpine-debug /bin/bash
iftop

About

a docker image based on alpine with multiple debug tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors