diff --git a/install/ubuntu.md b/install/ubuntu.md index 804048f..bee34bb 100644 --- a/install/ubuntu.md +++ b/install/ubuntu.md @@ -8,6 +8,7 @@ Docker CE 支持以下版本的 [Ubuntu](https://ubuntu.com/server) 操作系统: +* Ubuntu Focal 20.04 (LTS) * Eoan 19.10 * Bionic 18.04 (LTS) * Xenial 16.04 (LTS) diff --git a/install/windows.md b/install/windows.md index 841fe4a..1df1335 100644 --- a/install/windows.md +++ b/install/windows.md @@ -2,7 +2,7 @@ ## 系统要求 -[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/) 支持 64 位版本的 Windows 10 Pro,且必须开启 Hyper-V,或者 64 位版本的 Windows 10 Home Insider Preview build 19018+。 +[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/) 支持 64 位版本的 Windows 10 Pro,且必须开启 Hyper-V(若版本为 v2004 及以上则无需开启 Hyper-V),或者 64 位版本的 Windows 10 Home v2004 及以上版本。 ## 安装 @@ -31,4 +31,4 @@ Docker CE 启动之后会在 Windows 任务栏出现鲸鱼图标。 ## 参考链接 * [官方文档](https://docs.docker.com/docker-for-windows/install/) -* [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl-tech-preview/) +* [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/) diff --git a/underly/container_format.md b/underly/container_format.md index 9839925..1f943aa 100644 --- a/underly/container_format.md +++ b/underly/container_format.md @@ -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)。 - -对更多容器格式的支持,还在进一步的发展中。