This docker image provides some basic trouble shooting tools(strace,tcpdump,ethtool and iostat) to debug some issues in hostOS.
docker build -t ubuntu/tstool:latest
docker build --build-arg http_proxy=<proxy-server> --build-arg https_proxy=<proxy-server> -t ubuntu/tstool:latest .
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