Docker Swarm Tutorial - gpunalkar/devops GitHub Wiki

Container Orchestration System

Some of these necessary features include:

  • Health Checks on the Containers
  • Launching a fixed set of Containers for a particular Docker image
  • Scaling the number of Containers up and down depending on the load
  • Performing rolling update of software across containers

Create docker machine

  • docker-machine create --driver hyperv manager1
  • docker-machine create --driver virtualbox manager1