Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须遍历在runc容器环境中启动的容器的进程树。我的目标是在容器暂停时遍历进程树,并调用clone特定pid于该进程树的方法,以便为它创建一个新的子进程。我怎样才能做到这一点?
runc
clone
pid