Skip to content

ehaiwag/ubuntu-tstool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ubuntu-tstool

This docker image provides some basic trouble shooting tools(strace,tcpdump,ethtool and iostat) to debug some issues in hostOS.

Build the image

docker build -t ubuntu/tstool:latest

Or build the image with a proxy

docker build --build-arg http_proxy=<proxy-server> --build-arg https_proxy=<proxy-server> -t ubuntu/tstool:latest .

Start the docker

docker run -d -t --pid=host --net=host -v $(pwd):/mnt/ --cap-add sys_admin --cap-add SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined --name mytool ubuntu/tstool:latest

About

This docker image provides some basic trouble shooting tools to debug some issues in hostOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published