docker-rollout icon indicating copy to clipboard operation
docker-rollout copied to clipboard

🚀 Zero Downtime Deployment for Docker Compose

Results 20 docker-rollout issues
Sort by recently updated
recently updated
newest added

Hi, When i up my API services with rollout, i've got a randomly call that take longer time than usual. If i up with docker compose, no more response time...

My deploy script (sh file) build three images and rollout: ``` git pull docker compose build dashboard docker compose build api docker compose build website docker rollout dashboard docker rollout...

This commit adds an option to run the deploy only if the referenced image has an update from remote. This can be used to minimize load if update not necessary...

Currently there's no way of telling Traefik that old container is going to be stopped, so it might route requests to a container that is shutting down. I'm creating this...

When the old instance has status `Exited`, rollout command not start the new instance. it trying to start the old instance instead and break because the old instance has error...

bug

adds command to add the user in the docker group and applies the new group changes.. Doing this as sometimes the cli isn't able to recognize the plugin even after...

Hi I'm using Traefik and after running `docker rollout [name]` every other request is routed to the old instance, until it's removed. For fast starting apps it's probably not an...

When I'm updating my container with `docker rollout` it creates two images, `_` and `-` (one of them separated by `_` and the other by `-`) These are two different...

Evaluated the plugin and created this blog post: https://jwillmer.de/blog/tutorial/zero-downtime-deployment-with-docker-rollout

Hia. It would be great for support to be added for large CI stacks where it's not efficient to have a seperate rollout command for each microservice contained within a...