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

命令如下:

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

使用方法

假设docker容器名叫test

cstrace test
posted @ 2019-12-06 18:22  futuretea  阅读(802)  评论(0编辑  收藏  举报