diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 72aebae..1b51694 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -12,10 +12,10 @@ about: Create a report to help us improve * [x] Linux * [x] CentOS 7 - * [x] Ubuntu 16.04 - * [x] Ubuntu 17.10 - * [x] Debian 9 - * [x] Debian 8 + * [x] Ubuntu 14.04 + * [x] Ubuntu 16.04 + + * [x] Debian 7 + * [x] Debian 8 + * [x] CoreOS * [x] macOS * [x] Windows 10 diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 98a25d7..8ded201 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -12,10 +12,10 @@ about: Create a issue about Docker * [x] Linux * [x] CentOS 7 - * [x] Ubuntu 16.04 - * [x] Ubuntu 17.10 - * [x] Debian 9 - * [x] Debian 8 + * [x] Ubuntu 14.04 + * [x] Ubuntu 16.04 + + * [x] Debian 7 + * [x] Debian 8 + * [x] CoreOS * [x] macOS * [x] Windows 10 diff --git a/install/ubuntu.md b/install/ubuntu.md index 9f0e18f..db55c44 100644 --- a/install/ubuntu.md +++ b/install/ubuntu.md @@ -13,7 +13,7 @@ Docker CE 支持以下版本的 [Ubuntu](https://www.ubuntu.com/server) 操作 * Xenial 16.04 (LTS) * Trusty 14.04 (LTS) -Docker CE 可以安装在 64 位的 x86 平台或 ARM 平台上。Ubuntu 发行版中,LTS(Long-Term-Support)长期支持版本,会获得 5 年的升级维护支持,这样的版本会更稳定,因此在生产环境中推荐使用 LTS 版本,当前最新的 LTS 版本为 Ubuntu 16.04。 +Docker CE 可以安装在 64 位的 x86 平台或 ARM 平台上。Ubuntu 发行版中,LTS(Long-Term-Support)长期支持版本,会获得 5 年的升级维护支持,这样的版本会更稳定,因此在生产环境中推荐使用 LTS 版本,当前最新的 LTS 版本为 Ubuntu 18.04。 #### 卸载旧版本