From e1961d62eb33f56188300299ebc53f034f97a6d4 Mon Sep 17 00:00:00 2001 From: Kang HuaiShuai Date: Thu, 14 Nov 2019 09:22:06 +0800 Subject: [PATCH] Fixed 404 link Signed-off-by: Kang HuaiShuai --- underly/container_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underly/container_format.md b/underly/container_format.md index 94944a8..9839925 100644 --- a/underly/container_format.md +++ b/underly/container_format.md @@ -1,5 +1,5 @@ # 容器格式 -最初,Docker 采用了 `LXC` 中的容器格式。从 0.7 版本以后开始去除 LXC,转而使用自行开发的 [libcontainer](https://github.com/docker/libcontainer),从 1.11 开始,则进一步演进为使用 [runC](https://github.com/opencontainers/runc) 和 [containerd](https://containerd.tools/)。 +最初,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)。 对更多容器格式的支持,还在进一步的发展中。