New Show Hacker News story: Show HN: Docker rollout – Zero Downtime Deployment for Docker-compose

Show HN: Docker rollout – Zero Downtime Deployment for Docker-compose
25 by pankarol | 5 comments on Hacker News.
docker-compose is great for single node docker deployments, but it doesn't have a feature that would allow zero downtime deployments. It's not possible to deploy often if your app goes down every time, and using Kubernetes/Nomad/Swarm on a single node is an overkill. I created this Docker plugin to be a drop-in replacement for the restart command in usual docker-compose deployment scripts. It performs a simple rolling deployment of a single service.

Comments

Popular posts from this blog

New Show Hacker News story: Show HN: Sora, Personal Publishing Platform

New Show Hacker News story: Show HN: KrotoDC – gRPC in Kotlin with Dataclasses