You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to accomplish a full zero downtime deployment and I need to be able to remove containers from the load balancer without stopping the container. My thought is to have docker-gen be able to exclude certain named containers and do a docker rename to remove them from the load balancer, wait until all connections to that container are done and then stop and remove. Any thoughts on this and if there is a better way?
The text was updated successfully, but these errors were encountered:
I'm trying to accomplish a full zero downtime deployment and I need to be able to remove containers from the load balancer without stopping the container. My thought is to have docker-gen be able to exclude certain named containers and do a docker rename to remove them from the load balancer, wait until all connections to that container are done and then stop and remove. Any thoughts on this and if there is a better way?
The text was updated successfully, but these errors were encountered: