根据进程pid查看该进程所属的容器

docker ps -q | xargs docker inspect --format '{{.State.Pid}}, {{.Name}}' | grep "PID"

最后更新于