如何对docker容器使用strace进行debug?

htofly 2019-12-06

命令如下:

alias cstrace='cstrace(){PID=$(cpid "$1");shift;sudo strace -tt -T -f -s 200 -p "${PID}" };cstrace '

使用方法

假设docker容器名叫test

cstrace test

相关推荐

落寞微蓝 / 0评论 2013-06-03