File tree Expand file tree Collapse file tree 3 files changed +26
-30
lines changed Expand file tree Collapse file tree 3 files changed +26
-30
lines changed Original file line number Diff line number Diff line change 1
1
## 主要修订记录
2
2
3
- * 0.9: 2017-12-31
3
+ * 0.9.0 : 2017-12-31
4
4
5
- * 0.9-rc3: 2017-12-30
6
-
7
- * 增加 ` 私有仓库高级配置 `
8
-
9
- * 精简示例代码
10
-
11
- * 调整目录结构
12
-
13
- * 0.9-rc2: 2017-12-10
5
+ * 0.9.0-rc2: 2017-12-10
14
6
15
7
* 增加 Docker 中文资源链接
16
8
* 增加介绍基于 Docker 的 CI/CD 工具 ` Drone `
35
27
* 修复内容逻辑错误
36
28
* 修复` 404 ` 链接
37
29
38
- * 0.9-rc1: 2017-11-29
30
+ * 0.9.0 -rc1: 2017-11-29
39
31
40
32
* 根据最新版本(v17.09)修订内容
41
33
94
86
95
87
* 0.3.0: 2014-11-25
96
88
97
- * 完成仓库章节;
98
- * 重写安全章节;
99
- * 修正底层实现章节的架构、命名空间、控制组、文件系统、容器格式等内容;
100
- * 添加对常见仓库和镜像的介绍;
101
- * 添加 Dockerfile 的介绍;
102
- * 重新校订中英文混排格式。
103
- * 修订文字表达。
104
- * 发布繁体版本分支:zh-Hant。
89
+ * 完成仓库章节
90
+ * 重写安全章节
91
+ * 修正底层实现章节的架构、命名空间、控制组、文件系统、容器格式等内容
92
+ * 添加对常见仓库和镜像的介绍
93
+ * 添加 Dockerfile 的介绍
94
+ * 重新校订中英文混排格式
95
+ * 修订文字表达
96
+ * 发布繁体版本分支:zh-Hant
105
97
106
98
* 0.2.0: 2014-09-18
107
99
108
- * 对照官方文档重写介绍、基本概念、安装、镜像、容器、仓库、数据管理、网络等章节;
109
- * 添加底层实现章节;
110
- * 添加命令查询和资源链接章节;
111
- * 其它修正。
100
+ * 对照官方文档重写介绍、基本概念、安装、镜像、容器、仓库、数据管理、网络等章节
101
+ * 添加底层实现章节
102
+ * 添加命令查询和资源链接章节
103
+ * 其它修正
112
104
113
105
* 0.1.0: 2014-09-05
114
106
115
- * 添加基本内容;
116
- * 修正错别字和表达不通顺的地方。
107
+ * 添加基本内容
108
+ * 修正错别字和表达不通顺的地方
Original file line number Diff line number Diff line change 6
6
7
7
``` bash
8
8
$ git clone
[email protected] :docker_user/docker_practice.git
9
+
9
10
$ cd docker_practice
10
- $ git config user.name " yourname"
11
- $ git config user.email " your email"
12
11
```
13
12
14
13
修改代码后提交,并推送到自己的仓库,注意修改提交消息为对应 Issue 号和描述。
15
14
16
15
``` bash
17
16
# Update the content
17
+
18
18
$ git commit -a -s
19
+
19
20
# In commit msg dialog, add content like "Fix issue #235: describe ur change"
21
+
20
22
$ git push
21
23
```
22
24
@@ -26,9 +28,11 @@ $ git push
26
28
27
29
``` bash
28
30
$ git remote add upstream https://github.com/yeasy/docker_practice
31
+
29
32
$ git fetch upstream
30
- $ git checkout master
33
+
31
34
$ git rebase upstream/master
35
+
32
36
$ git push -f origin master
33
37
```
34
38
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ ] ( https://img.shields.io/github/stars/yeasy/docker_practice.svg?style=social&label=Stars )] ( https://github.com/yeasy/docker_practice ) [ ![ ] ( https://img.shields.io/docker/pulls/yeasy/docker_practice.svg )] ( https://store.docker.com/community/images/yeasy/docker_practice ) [ ![ ] ( https://travis-ci.org/yeasy/docker_practice.svg?branch=master )] ( https://travis-ci.org/yeasy/docker_practice ) [ ![ ] ( https://img.shields.io/github/release/yeasy/docker_practice/all.svg )] ( https://github.com/yeasy/docker_practice/releases ) [ ![ ] ( https://badges.gitter.im/docker_practice/Lobby.svg )] ( https://gitter.im/docker_practice/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
4
5
- 0.9-rc2 (2017-12-09 )
5
+ 0.9.0 (2017-12-31 )
6
6
7
- * 修订说明:本书内容将基于 Docker CE v17.MM 进行重新修订,计划 2017 年底发布 0.9.0 版本。旧版本(Docker 1.13-)内容,请阅读 [ docker-legacy] ( https://github.com/yeasy/docker_practice/tree/docker-legacy ) 分支的内容。*
7
+ * 修订说明:本书内容已基于 Docker CE v17.MM 进行了重新修订, 2017 年底发布了 0.9.0 版本。旧版本(Docker 1.13-)内容,请阅读 [ docker-legacy] ( https://github.com/yeasy/docker_practice/tree/docker-legacy ) 分支的内容。*
8
8
9
9
[ Docker] ( http://www.docker.com ) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的运行效率,降低了云计算资源供应的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
10
10
You can’t perform that action at this time.
0 commit comments