dockerdocker-machinedocker-swarmswarm

What is the difference between using Docker Machine with Swarm and using Swarm through the Docker daemon?


What exactly is the difference between having multiple docker machines in a swarm (a manager and many nodes) and having multiple replicas of a docker service in a swarm?


Solution

  • Well, since nobody answered this, I carried on reading more on the Internet trying to understand what's the difference between this two concepts. This is what I understand so far:

    I hope this helps.