Go to file
Kang Huaishuai 0b1812aac8
Update fcos
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
2020-11-02 10:33:27 +08:00
.devcontainer Update fcos 2020-11-02 10:33:27 +08:00
.docker Fixed #454 2020-07-03 12:19:36 +08:00
.github remove outdated content 2020-10-22 08:46:09 +08:00
.travis project docker image add bash 2020-10-14 00:40:07 +08:00
.vuepress remove outdated content 2020-10-22 08:46:09 +08:00
_images Fix issue#362: update book info 2018-10-23 21:35:18 +08:00
advanced_network [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
appendix Update image link 2020-07-14 16:20:36 +08:00
archive Update title style 2019-11-05 23:35:43 +08:00
basic_concept improve content 2020-08-25 18:01:53 +08:00
buildx Update format 2020-09-06 10:14:38 +08:00
cases [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
cloud [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
compose Update soft to latest version 2020-04-26 10:34:02 +08:00
container use nginx:alpine as demo 2020-08-25 16:54:59 +08:00
coreos Update fcos 2020-11-02 10:33:27 +08:00
data_management [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
etcd [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
ide Update ide content 2020-06-17 10:00:47 +08:00
image [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
install remove outdated content 2020-10-22 08:46:09 +08:00
introduction [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
kubernetes [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
machine remove azk8s.cn mirror 2020-04-04 22:54:32 +08:00
mesos Replace http with https 2019-01-06 10:15:13 +08:00
network use nginx:alpine as demo 2020-08-25 16:54:59 +08:00
podman Fixed docker image 2020-07-14 16:58:22 +08:00
repository Fixed 301 link 2020-09-06 09:40:55 +08:00
security Add link 2020-09-06 21:04:01 +08:00
swarm Remove Docker Swarm 2017-11-23 09:57:43 +08:00
swarm_mode Update title style 2019-11-06 14:58:03 +08:00
underly [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
.drone.yml Update CI 2019-08-31 21:15:51 +08:00
.editorconfig Replace http with https 2019-01-06 10:15:13 +08:00
.gitattributes show repo language is go 2019-03-22 10:35:29 +08:00
.gitignore [vuepress] Update config 2020-10-13 22:41:28 +08:00
.travis.yml Fixed #454 2020-07-03 12:19:36 +08:00
CHANGELOG.md [install] Docker 20.10 beta support CentOS 8 2020-10-14 23:30:27 +08:00
CONTRIBUTING.md Use vuepress build book 2019-11-05 19:15:33 +08:00
README.md based Docker v20.10 2020-10-14 23:33:32 +08:00
SUMMARY.md [install] Docker 20.10 beta support CentOS 8 2020-10-14 23:30:27 +08:00
_config.yml Fix error in jekyll: NOT INCLUDE _images 2017-12-06 19:30:57 +08:00
book.json Fix gitbook build error: use page-treeview@2.9.8 2019-05-13 22:58:26 +08:00
cover.jpg Add cover in root 2018-01-04 15:41:34 +08:00
docker-compose.yml Update project docker image name #416 2019-08-31 17:47:38 +08:00
manifest Update soft to latest version 2020-04-26 10:34:02 +08:00
package.json remove outdated content 2020-10-22 08:46:09 +08:00

README.md

Docker — 从入门到实践

v1.2.0

语言 构建状态 -
zh-hans 阅读
us-en 阅读
zh-hant 阅读

Docker 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker可以让应用的部署、测试和分发都变得前所未有的高效和轻松

无论是应用开发者、运维人员、还是其他信息技术从业人员,都有必要认识和掌握 Docker节约有限的生命。

本书既适用于具备基础 Linux 知识的 Docker 初学者,也希望可供理解原理和实现的高级用户参考。同时,书中给出的实践案例,可供在进行实际部署时借鉴。前六章为基础内容,供用户理解 Docker 的基本概念和操作7 ~ 9 章介绍包括数据管理、网络等高级操作;第 10 ~ 12 章介绍了容器生态中的几个核心项目13、14 章讨论了关于 Docker 安全和实现技术等高级话题。后续章节则分别介绍包括 Etcd、Fedora CoreOS、Kubernetes、容器云等相关热门开源项目。最后还展示了使用容器技术的典型的应用场景和实践案例。

Docker 自身仍在快速发展中,生态环境也在蓬勃成长。建议初学者使用最新稳定版本的 Docker 进行学习实践。欢迎 参与项目维护

微信小程序

微信扫码 随时随地阅读~

技术交流

微信扫码 加入群聊~ 或者微信添加 dpsigs 邀请入群

欢迎加入 Docker 技术交流 QQ 群,分享 Docker 资源,交流 Docker 技术。

  • QQ 群 I 已满341410255
  • QQ 群 II 已满419042067
  • QQ 群 III 已满210028779
  • QQ 群 IV 已满483702734
  • QQ 群 V 已满460598761
  • QQ 群 VI 已满581983671
  • QQ 群 VII 已满252403484
  • QQ 群 VIII已满544818750
  • QQ 群 IX 已满571502246
  • QQ 群 X 可加145983035

如果有容器相关的疑问,请通过 Issues 来提出。

进阶学习

Docker 技术入门与实战》第三版已经面世,介绍最新的容器技术栈,欢迎大家阅读使用并反馈建议。

鼓励项目

欢迎鼓励项目一杯 coffee~