Refresh k8s docker versions and references

This commit is contained in:
yeasy
2026-04-21 20:57:33 -07:00
parent 4b93651989
commit c9c72618c3
26 changed files with 379 additions and 98 deletions
+2 -2
View File
@@ -94,8 +94,8 @@ flowchart LR
end
```
- **LXC** (2013)Docker 最初基于 Linux Containers
- **libcontainer** (2014v0.7)Docker 自研的容器运行时
- **runC** (2015v1.11)捐献给 OCI 的标准容器运行时
- **libcontainer** (2014Docker 0.9)Docker 自研的容器运行时
- **runC** (2015Docker 1.11 整合)捐献给 OCI 的标准容器运行时
- **containerd**高级容器运行时管理容器生命周期
![Docker 架构](../_images/docker-on-linux.png)