docker_practice/swarm
khs1994 d1a640f383 Fix #206 #117 2017-11-13 18:54:38 +08:00
..
_images Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
README.md Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
filter.md Fix #206 #117 2017-11-13 18:54:38 +08:00
install.md Fix #206 #117 2017-11-13 18:54:38 +08:00
intro.md Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
scheduling.md Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
servicebackend.md Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
summary.md Update swarm and mesos chapter 2017-05-02 23:17:58 +08:00
usage.md fix:consel=>consul 2017-08-15 15:11:10 +08:00

README.md

Docker 三剑客之 Docker Swarm

Docker Swarm 是 Docker 官方三剑客项目之一,提供 Docker 容器集群服务,是 Docker 官方对容器云生态进行支持的核心方案。

使用它,用户可以将多个 Docker 主机封装为单个大型的虚拟 Docker 主机,快速打造一套容器云平台。

本章将介绍 Swarm 项目的相关情况,以及如何进行安装和使用。最后还对 Swarm 的服务发现后端、调度器和过滤器等功能进行讲解。