Update underly

This commit is contained in:
khs1994
2017-11-26 10:18:24 +08:00
parent 0bbbad9add
commit 69f46f9664
4 changed files with 10 additions and 10 deletions

View File

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