Update install content
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>pull/456/head
parent
ddec6641b9
commit
f0568ebffd
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
Docker CE 支持以下版本的 [Ubuntu](https://ubuntu.com/server) 操作系统:
|
Docker CE 支持以下版本的 [Ubuntu](https://ubuntu.com/server) 操作系统:
|
||||||
|
|
||||||
|
* Ubuntu Focal 20.04 (LTS)
|
||||||
* Eoan 19.10
|
* Eoan 19.10
|
||||||
* Bionic 18.04 (LTS)
|
* Bionic 18.04 (LTS)
|
||||||
* Xenial 16.04 (LTS)
|
* Xenial 16.04 (LTS)
|
||||||
|
|
|
@ -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/)
|
* [官方文档](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/)
|
||||||
|
|
|
@ -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)。
|
最初,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)。
|
||||||
|
|
||||||
对更多容器格式的支持,还在进一步的发展中。
|
|
||||||
|
|
Loading…
Reference in New Issue