Docker Orchestration

Three tools for orchestrating distributed application with Docker

  1. Docker Machine Tool that provisions Docker hosts and installs the Docker Engine on them 2.Docker Swarm Tool that cluster many Engines and schedules containers
  2. Docker Compose Tool to create and manage multi-container applications

Convered in Docker Operations course