CloudBrewery / docrane

Docker container manager that relies on etcd to provide relevant configuration details. It watches for changes in configuration and automatically stops, removes, recreates, and starts your Docker containers.
MIT License
8 stars 2 forks source link

Handle key removal #4

Closed swat30 closed 9 years ago

swat30 commented 9 years ago

Currently, we're only handling etcd key additions to update a container. We need to handle key removals as well.

swat30 commented 9 years ago

Fixed by pull request #5