mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-07-16 23:18:58 -05:00
[PR #355] [MERGED] Add grantyd, a framework for easy management of docker-based components. #28225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/355
Author: @moshloop
Created: 6/16/2017
Status: ✅ Merged
Merged: 6/16/2017
Merged by: @veggiemonk
Base:
master← Head:patch-2📝 Commits (1)
883db63Add grantyd, a framework for easy management of docker-based components across machines📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
https://github.com/DevTable/gantryd
gantryd manages the running, monitoring and draining of containers, automatically updating machines progressively on update, and draining the old containers as it goes along. A container is only shutdown when all connections to it have terminated (or it is manually killed). This, combined with progressive update, allows for continuous deployment by simply pushing a new docker image to a repository and running update via gantryd.py.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.