Forcing Docker Swarms to update a service

Docker Swarms a much simpler alternative to Kubernetes, and yet they offer a surprising amount of capabilities. This is especially true when you consider docker-compose file can be deployed to a swarm. One of my favorites is the rolling updates. When deploying images to your docker repo, using the latest tag is the simplest and

Continue Reading