Docker Series : Docker Swarm
Introduction In this article, we will see an overview of Docker Swarm and it’s concepts. Running you containers on a single host is probably good for testing and development, but in a production environment, this may not be a good idea to have a single point of failure. With Docker Swarm, you can combine multiple …