diff --git a/install/fedora.md b/install/fedora.md index e398da5..0f235e9 100644 --- a/install/fedora.md +++ b/install/fedora.md @@ -8,9 +8,9 @@ Docker CE 支持以下版本的 [Fedora](https://fedoraproject.org/) 操作系统: -* 26 (Docker CE v18.03 及以下版本) -* 27 * 28 +* 29 +* 30 #### 卸载旧版本 diff --git a/install/mirror.md b/install/mirror.md index 7fbe805..25ee0f6 100644 --- a/install/mirror.md +++ b/install/mirror.md @@ -58,7 +58,7 @@ Registry Mirrors: 国内无法直接获取 `gcr.io/*` 镜像,我们可以将 `gcr.io//:` 替换为 `gcr.azk8s.cn//:` ,例如 ```bash -# docker pull gcr.io/google_containers/hyperkube-amd64:v1.9.2 +# $ docker pull gcr.io/google_containers/hyperkube-amd64:v1.9.2 -docker pull gcr.azk8s.cn/google_containers/hyperkube-amd64:v1.9.2 +$ docker pull gcr.azk8s.cn/google_containers/hyperkube-amd64:v1.9.2 ``` diff --git a/install/raspberry-pi.md b/install/raspberry-pi.md index 2d5fffd..4a15a03 100644 --- a/install/raspberry-pi.md +++ b/install/raspberry-pi.md @@ -10,8 +10,6 @@ Docker CE 支持以下版本的 [Raspbian](https://www.raspberrypi.org/downloads * Raspbian Stretch -* Raspbian Jessie (Docker CE v18.06 及以下版本) - *注:* `Raspbian` 是树莓派的开发与维护机构 [树莓派基金会](http://www.raspberrypi.org/) 推荐用于树莓派的首选系统,其基于 `Debian`。 ### 使用 APT 安装 diff --git a/install/ubuntu.md b/install/ubuntu.md index b4dc412..ad6e200 100644 --- a/install/ubuntu.md +++ b/install/ubuntu.md @@ -8,6 +8,8 @@ Docker CE 支持以下版本的 [Ubuntu](https://www.ubuntu.com/server) 操作系统: +* Disco 19.04 +* Cosmic 18.10 * Bionic 18.04 (LTS) * Xenial 16.04 (LTS)