Im using multiple computers currently running docker, I don’t quite understand docker swarm but im looking for a implementation that is open source and overall very good for container management, ideally i would like the containers to all think they are on the same computer, if docker swarm is the best option where is the best learning rescource.
Just have a look at Nomad.
Had a single docker machine before, and wanted to upgrade to a more distributed setup. Works like a charm now 😀
IMHO Nomad is in the sweet spot between Docker and K8s: more capable than docker, but still not the mess of disparate moving parts that is K8s.