Docker Orchestration
Three tools for orchestrating distributed application with Docker
- 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
- Docker Compose Tool to create and manage multi-container applications
Convered in Docker Operations course