Auto-Scaling a Docker Swarm on DigitalOcean

Setting up a Docker Swarm (“docker swarm mode” if you want to be more accurate), is
pretty much a trivial process. You need 3 nodes, create a swarm on one of them and
join the other two nodes to the swarm. Simple. What if you wanted a 100 swarm nodes?
How… Read more

Similar

CPU Management in Docker 1.13

Resource management for containers is a huge requirement for production users. Being able to run multiple containers on a single host and ensure that one container does not starve the others in terms of cpu, memory, io, or networking in … Continued...

Read more »