Commit Graph

93 Commits (f2c04dff35268432730eaa568d80fd6dbc76eb9c)

Author SHA1 Message Date
khs1994 38cfeae83b Update SUMMARY revision 2017-12-03 14:34:21 +08:00
khs1994 d8f1e91471 Add chinese docker resources 2017-11-30 15:05:32 +08:00
khs1994 7ebb52d297 Update SUMMARY.md 2017-11-27 14:28:41 +08:00
khs1994 e531f6a36b Update Swarm mode 2017-11-25 15:43:51 +08:00
khs1994 4eabbf4661 Add multistage builds #226 2017-11-24 18:39:59 +08:00
khs1994 c94a86b7f6 Update install content AND Add raspberry-pi 2017-11-24 09:51:06 +08:00
khs1994 ddbadcb64d Remove CoreOS in cases/os 2017-11-23 23:31:47 +08:00
khs1994 cbc8f54ed7 Update Docker Compose file format 3 2017-11-23 15:48:52 +08:00
khs1994 39bef7f604 Remove Docker Swarm 2017-11-23 10:56:12 +08:00
康怀帅 fef878d1f3
Merge pull request #236 from yeasy/dev
Remove Docker Swarm,etc
2017-11-23 10:50:25 +08:00
khs1994 e79a646b4e Update revision.md 2017-11-23 10:41:54 +08:00
Baohua Yang 3f754a806e Minor update description and review image
Fix #231: Update legacy branch name
2017-11-23 09:42:22 +08:00
khs1994 15ae487adc Update machine 2017-11-23 01:22:25 +08:00
khs1994 888f253ac5 Update data management #214 2017-11-23 00:19:30 +08:00
khs1994 a7d8829eaa Remove Registry config.md #180 2017-11-22 21:07:49 +08:00
khs1994 eb1573a1fe Update content #227 #180 2017-11-22 20:28:10 +08:00
khs1994 cb21e9b167 Follow GitHub recommended community standards 2017-11-13 19:35:41 +08:00
khs1994 4f42a0e730 Update docker-compose 2017-11-01 00:20:30 +08:00
khs1994 c560b6e2fc ADD install debian.md windows.md 2017-09-04 11:16:15 +08:00
Baohua Yang 18a91f783e Add os cases 2017-05-24 11:22:23 +08:00
Baohua Yang 6faf2b7b0e Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
yeasy abce07cda6 Add cloud chapter 2017-01-12 16:11:33 +08:00
Baohua Yang f5747f6a5c Add cloud chapter 2017-01-12 15:41:14 +08:00
Baohua Yang b3d6b681cb Add revision and contribute section 2017-01-12 13:25:22 +08:00
yeasy 8e3748cd8d Updates Compose usage 2016-12-20 15:35:52 +08:00
Baohua Yang 36ab0b9862 Update appendix section 2016-12-10 17:00:25 +08:00
Baohua Yang f2d6f998ab Move image mirror introcution to the installation chapter
Fix issue #136.
2016-11-28 11:33:23 +08:00
Tao Wang bd7b7c18c3 重写删除镜像章节
扩展了删除镜像的信息。
调整GitHub按钮的大小。

Signed-off-by: Tao Wang <twang2218@gmail.com>
2016-11-28 02:29:45 +11:00
Tao Wang 5aec4fae19 重写定制镜像章节
由于定制镜像是 Docker 使用环境的重中之重,因此将原来的 `image/create.md` 扩展为4篇:`image/commit.md`, `image/build.md`, `image/dockerfile/*`, `image/other.md`。其中 `dockerfile` 进一步扩展,包括大部分指令详解。

由于 `image/dockerfile/*` 已经涵盖了 `dockefile/*` 的内容,并且增加了很多。因此去掉了原有的 `dockerfile/` 章节。从另一个角度来看,相当于是将后续 `dockerfile` 章节前移。
Dockerfile 是镜像构建必须掌握的技能,在介绍镜像定制的时候,就应该将其详细讲解。

将 `image/save_load.md` 合并到 `image/other.md` 并重写。docker import, export, save, load 是不常使用的命令,他们是早期 Docker 生态环境不完善的时候留下来的东西,现在已经不推荐使用,因此将这些方法合并到一篇里作为了解即可。

Signed-off-by: Tao Wang <twang2218@gmail.com>
2016-11-26 05:02:43 +11:00
Baohua Yang 5cd720a388 Update compose 2016-11-25 22:24:48 +08:00
yeasy 414a7cd087 Updates SUMMARY.md
Auto commit by GitBook Editor
2016-11-25 22:19:47 +08:00
Tao Wang a37cf1b88c 将 "名字空间" 改为 "命名空间"
Namespace 术语一般的翻译是"命名空间",参见 <https://zh.wikipedia.org/zh-cn/%E5%91%BD%E5%90%8D%E7%A9%BA%E9%97%B4>

Signed-off-by: Tao Wang <twang2218@gmail.com>
2016-11-15 06:56:29 +11:00
Tao Wang 45cdd756eb 合并 Ubuntu、Debian 安装文档
Ubuntu 和 Debian 系统的安装文档很相似,大部分可以共享,因此合并两个安装文档。
2016-11-13 18:24:59 +11:00
Baohua Yang 48badeb0a0 Merge branch 'install-mirror' of https://github.com/twang2218/docker_practice into twang2218-install-mirror 2016-11-13 08:59:52 +08:00
Tao Wang f4e95e1215 添加配置加速器章节
由于伟大的墙,国内使用 Docker 需要配置加速器才可以访问 Docker Hub,这里添加配置加速器的章节。
2016-11-13 06:48:40 +11:00
Tao Wang aee6aa8fe6 添加 "macOS 安装文档" 2016-11-13 04:08:44 +11:00
ytgs 45b0402226 Update SUMMARY.md 2016-04-17 21:28:48 +08:00
ytgs c9555eb0f5 Update SUMMARY.md 2016-04-17 21:28:41 +08:00
zhangbaitong 3291d4795f coreos cluster quickstart section 2015-09-28 17:33:45 +08:00
zhangbaitong eb32546e3c coreos tools intro section 2015-09-28 11:43:40 +08:00
zhangbaitong 6066e9cc5a coreos intro 2015-09-06 08:50:13 +08:00
Baohua Yang 94c15606b3 Add mesos framework 2015-06-30 17:11:45 +08:00
Baohua Yang 215a5dec0b Add mesos chapter 2015-06-29 18:20:31 +08:00
Baohua Yang c5a5656220 Refine the kubernetes chapter's structure 2015-06-08 10:51:42 +08:00
Baohua Yang 0e87b70fbf Add the section of kubectl, to be filled 2015-06-08 10:32:13 +08:00
Baohua Yang c814568560 Split out the swarm scheduling and filter sections 2015-05-21 19:57:58 +08:00
Baohua Yang 8626d13738 Add the compose chapter 2015-05-08 20:10:01 +08:00
Baohua Yang 1b576a7e2a Add the kubernetes chapter into summary 2015-03-12 13:32:39 +08:00
zhangbaitong bf63c11c05 add coreos section 2015-01-31 12:47:27 +08:00
zhangbaitong ff130ef077 finished fig env ref 2015-01-15 10:18:12 +08:00