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 11## 主要修订记录
22
3- * 0.9: 2017-12-31
3+ * 0.9.0 : 2017-12-31
44
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
146
157 * 增加 Docker 中文资源链接
168 * 增加介绍基于 Docker 的 CI/CD 工具 ` Drone `
3527 * 修复内容逻辑错误
3628 * 修复` 404 ` 链接
3729
38- * 0.9-rc1: 2017-11-29
30+ * 0.9.0 -rc1: 2017-11-29
3931
4032 * 根据最新版本(v17.09)修订内容
4133
9486
9587* 0.3.0: 2014-11-25
9688
97- * 完成仓库章节;
98- * 重写安全章节;
99- * 修正底层实现章节的架构、命名空间、控制组、文件系统、容器格式等内容;
100- * 添加对常见仓库和镜像的介绍;
101- * 添加 Dockerfile 的介绍;
102- * 重新校订中英文混排格式。
103- * 修订文字表达。
104- * 发布繁体版本分支:zh-Hant。
89+ * 完成仓库章节
90+ * 重写安全章节
91+ * 修正底层实现章节的架构、命名空间、控制组、文件系统、容器格式等内容
92+ * 添加对常见仓库和镜像的介绍
93+ * 添加 Dockerfile 的介绍
94+ * 重新校订中英文混排格式
95+ * 修订文字表达
96+ * 发布繁体版本分支:zh-Hant
10597
10698* 0.2.0: 2014-09-18
10799
108- * 对照官方文档重写介绍、基本概念、安装、镜像、容器、仓库、数据管理、网络等章节;
109- * 添加底层实现章节;
110- * 添加命令查询和资源链接章节;
111- * 其它修正。
100+ * 对照官方文档重写介绍、基本概念、安装、镜像、容器、仓库、数据管理、网络等章节
101+ * 添加底层实现章节
102+ * 添加命令查询和资源链接章节
103+ * 其它修正
112104
113105* 0.1.0: 2014-09-05
114106
115- * 添加基本内容;
116- * 修正错别字和表达不通顺的地方。
107+ * 添加基本内容
108+ * 修正错别字和表达不通顺的地方
Original file line number Diff line number Diff line change 66
77``` bash
88$ git clone
[email protected] :docker_user/docker_practice.git
9+
910$ cd docker_practice
10- $ git config user.name " yourname"
11- $ git config user.email " your email"
1211```
1312
1413修改代码后提交,并推送到自己的仓库,注意修改提交消息为对应 Issue 号和描述。
1514
1615``` bash
1716# Update the content
17+
1818$ git commit -a -s
19+
1920# In commit msg dialog, add content like "Fix issue #235: describe ur change"
21+
2022$ git push
2123```
2224
@@ -26,9 +28,11 @@ $ git push
2628
2729``` bash
2830$ git remote add upstream https://github.com/yeasy/docker_practice
31+
2932$ git fetch upstream
30- $ git checkout master
33+
3134$ git rebase upstream/master
35+
3236$ git push -f origin master
3337```
3438
Original file line number Diff line number Diff line change 22
33[ ![ ] ( 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 )
44
5- 0.9-rc2 (2017-12-09 )
5+ 0.9.0 (2017-12-31 )
66
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 ) 分支的内容。*
88
99[ Docker] ( http://www.docker.com ) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的运行效率,降低了云计算资源供应的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
1010
You can’t perform that action at this time.
0 commit comments