Update install content

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-06-17 00:10:09 +08:00
parent ddec6641b9
commit f0568ebffd
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
# 容器格式
最初Docker 采用了 `LXC` 中的容器格式 0.7 版本以后开始去除 LXC转而使用自行开发的 [libcontainer](https://github.com/docker/libcontainer),从 1.11 开始,则进一步演进为使用 [runC](https://github.com/opencontainers/runc) 和 [containerd](https://github.com/containerd/containerd)。
对更多容器格式的支持还在进一步的发展中