Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 168 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 168 Bytes

宿主机上通过pid找到对应docker

方法1

cat /proc/<PID>/cgroup
docker inspect <containerId>

方法2

nsenter -m -u -i -n -p -t <PID> sh