The website uses cookies. By using this site, you agree to our use of cookies as described in the
Privacy Policy
.
I Agree
richard yuwen
Toggle navigation
Summary
Login
blank_error__heading
blank_error__body
Text direction?
Left-to-right
Right-to-left
Docker、Containerd、RunC...:你应该知道的所有 - InfoQ
Links
Measure
Measure
Related Notes
Disable?
Get a free MyMarkup account to save this article and view it later on any device.
Create account
Clipped
Tags not allowed
Clipping failed.
To sign in to MyMarkup, please click the MyMarkup icon in Chrome's toolbar.
Newsprint
Notable
Night Owl
Custom
small
medium
large
More options
End User License Agreement
Summary
|
14 Annotations
守护进程
2020/06/18 06:59
dockerd
2020/06/18 07:00
理论上,即使不运行 dockerd,也能够直接通过 containerd 来管理容器
2020/06/18 07:03
containerd-shim 结合 runC
2020/06/18 07:03
Docker daemon
2020/06/18 07:05
docker-containerd
2020/06/18 07:05
docker-containerd-shim 进程
2020/06/18 07:05
docker-containerd-shim 子进程,已经是实际在容器中运行的进程
2020/06/18 07:05
runC 是从 Docker 的 libcontainer 中迁移而来的,实现了容器启停、资源隔离等功能
2020/06/18 07:06
--add-runtime参数来选择其他的 runC 现
2020/06/18 07:06
容器标准包
2020/06/18 07:21
rootfs
2020/06/18 07:21
config.json的配置文件
2020/06/18 07:22
runc 必须使用 root 权限启动
2020/06/18 07:22