Skip to content

Commit 2e70663

Browse files
committed
Change Docker CE update channels yeasy#351
1 parent 80cb244 commit 2e70663

File tree

9 files changed

+70
-21
lines changed

9 files changed

+70
-21
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
17
* [ ] Have u googled the problem? If no, pls do that first!
28

39
### Environment
@@ -17,11 +23,11 @@
1723
* [x] Others (Pls describe below)
1824

1925
### Docker Version
20-
<!--如果你的 Docker 版本低于 18.03 请尽可能升级到该版本,保留你的 Docker 版本,其他选项删除-->
21-
<!--if Docker version under 18.03, please upgrade Docker to 18.03-->
26+
<!--如果你的 Docker 版本低于 18.06 请尽可能升级到该版本,保留你的 Docker 版本,其他选项删除-->
27+
<!--if Docker version under 18.06, please upgrade Docker to 18.06-->
2228

23-
* [x] Edge (v18.04)
24-
* [x] Stable (v18.03)
29+
* [x] Edge (v18.06)
30+
* [x] Stable (v18.06)
2531
* [x] 1.13.0 or Before
2632

2733
### Problem Description

.github/ISSUE_TEMPLATE/Custom.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Custom issue template
3+
about: Create a issue about Docker
4+
5+
---
6+
7+
* [ ] Have u googled the problem? If no, pls do that first!
8+
9+
### Environment
10+
<!--请提供环境信息,包括操作系统版本等,保留你的操作系统,其他选项删除-->
11+
<!--Provides env info like OS version-->
12+
13+
* [x] Linux
14+
* [x] CentOS 7
15+
* [x] Ubuntu 16.04
16+
* [x] Ubuntu 17.10
17+
* [x] Debian 9
18+
* [x] Debian 8
19+
* [x] CoreOS
20+
* [x] macOS
21+
* [x] Windows 10
22+
* [x] Raspberry Pi (ARM)
23+
* [x] Others (Pls describe below)
24+
25+
### Docker Version
26+
<!--如果你的 Docker 版本低于 18.06 请尽可能升级到该版本,保留你的 Docker 版本,其他选项删除-->
27+
<!--if Docker version under 18.06, please upgrade Docker to 18.06-->
28+
29+
* [x] Edge (v18.06)
30+
* [x] Stable (v18.06)
31+
* [x] 1.13.0 or Before
32+
33+
### Problem Description
34+
<!--描述你的问题,请贴出操作步骤,终端报错截图或文字信息-->
35+
<!--describe problem with detailed steps and logs-->
36+
37+
38+
39+
40+
41+
42+
43+
<!--提交问题之前请点击预览标签,符合要求之后再提交问题-->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for docker_practice
4+
5+
---

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 主要修订记录
22

3+
* 0.9.1: 2018-07-31
4+
* 错误修正
5+
36
* 0.9.0: 2017-12-31
47

58
* 0.9.0-rc2: 2017-12-10

install/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
# 安装 Docker
22

3-
Docker 在 1.13 版本之后,从 2017 年的 3 月 1 日开始,版本命名规则变为如下:
3+
Docker 分为 CE 和 EE 两大版本。CE 即社区版(免费,支持周期 7 个月),EE 即企业版,强调安全,付费使用,支持周期 24 个月。
44

5-
|项目 | 说明 |
6-
|:--------------- | :------- |
7-
|版本格式 | YY.MM |
8-
|Stable 版本 | 每个季度发行 |
9-
|Edge 版本 | 每个月发行 |
10-
11-
同时 Docker 划分为 CE 和 EE。CE 即社区版(免费,支持周期三个月),EE 即企业版,强调安全,付费使用。
12-
13-
Docker CE 每月发布一个 Edge 版本 (17.03, 17.04, 17.05...),每三个月发布一个 Stable 版本 (17.03, 17.06, 17.09...),Docker EE 和 Stable 版本号保持一致,但每个版本提供一年维护。
5+
Docker CE 分为 **stable**, **test**, 和 **nightly** 三个更新频道。每六个月发布一个 **stable** 版本 (18.09, 19.03, 19.09...)。
146

157
官方网站上有各种环境下的 [安装指南](https://docs.docker.com/engine/installation/),这里主要介绍 Docker CE 在 Linux 、Windows 10 (PC) 和 macOS 上的安装。

install/centos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ $ sudo yum-config-manager \
5151
# https://download.docker.com/linux/centos/docker-ce.repo
5252
```
5353

54-
如果需要最新版本的 Docker CE 请使用以下命令:
54+
如果需要测试版本的 Docker CE 请使用以下命令:
5555

5656
```bash
57-
$ sudo yum-config-manager --enable docker-ce-edge
57+
$ sudo yum-config-manager --enable docker-ce-test
5858
```
5959

60-
如果需要测试版本的 Docker CE 请使用以下命令:
60+
如果需要每日构建版本的 Docker CE 请使用以下命令:
6161

6262
```bash
63-
$ sudo yum-config-manager --enable docker-ce-test
63+
$ sudo yum-config-manager --enable docker-ce-nightly
6464
```
6565

6666
#### 安装 Docker CE

install/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ sudo add-apt-repository \
8686
# stable"
8787
```
8888

89-
>以上命令会添加稳定版本的 Docker CE APT 源,如果需要最新或者测试版本的 Docker CE 请将 stable 改为 edge 或者 test。从 Docker 17.06 开始,edge test 版本的 APT 源也会包含稳定版本的 Docker CE
89+
>以上命令会添加稳定版本的 Docker CE APT 源,如果需要测试或每日构建版本的 Docker CE 请将 stable 改为 test 或者 nightly
9090
9191
Debian 7 需要进行额外的操作:
9292

install/raspberry-pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ sudo add-apt-repository \
5858
# stable"
5959
```
6060

61-
>以上命令会添加稳定版本的 Docker CE APT 源,如果需要最新版本的 Docker CE 请将 stable 改为 edge 或者 test。从 Docker 17.06 开始,edge test 版本的 APT 源也会包含稳定版本的 Docker CE
61+
>以上命令会添加稳定版本的 Docker CE APT 源,如果需要测试或每日构建版本的 Docker CE 请将 stable 改为 test 或者 nightly
6262
6363
#### 安装 Docker CE
6464

install/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ sudo add-apt-repository \
8585
# stable"
8686
```
8787

88-
>以上命令会添加稳定版本的 Docker CE APT 镜像源,如果需要最新或者测试版本的 Docker CE 请将 stable 改为 edge 或者 test。从 Docker 17.06 开始,edge test 版本的 APT 镜像源也会包含稳定版本的 Docker
88+
>以上命令会添加稳定版本的 Docker CE APT 镜像源,如果需要测试或每日构建版本的 Docker CE 请将 stable 改为 test 或者 nightly
8989
9090
#### 安装 Docker CE
9191

0 commit comments

Comments
 (0)