Slide 24
Slide 24 text
Docker Swarm
• provides the ability to turn a group of
Docker engines into a single virtual Docker
engine.
• uses the standard Docker API, so any tool
that can communicate with the Docker
daemon, is able to use Swarm as well, in a
transparent manner.
• out of the three described products, Docker
Swarm is probably the easiest product to
use,
• probably also offers the least number of
features.