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
stopped or removed containers are not removed from etcd backend. I had to hack together a bash script to remove all container data everytime, which is terrifying bad practice.
What I want to do here is to export all the data available from docker-gen to etcd, and keep it in sync. Then I am using confd to watch for changes.
Would it be possible to have a builtin way to export all docker api data to etcd effectively? Specifically, we need to generate a script that makes the necessary modifications to etcd data, such that it conforms to the current docker state (think dsc), and only do so when docker state changes.
The text was updated successfully, but these errors were encountered:
stopped or removed containers are not removed from etcd backend. I had to hack together a bash script to remove all container data everytime, which is terrifying bad practice.
my fork
What I want to do here is to export all the data available from docker-gen to etcd, and keep it in sync. Then I am using confd to watch for changes.
Would it be possible to have a builtin way to export all docker api data to etcd effectively? Specifically, we need to generate a script that makes the necessary modifications to etcd data, such that it conforms to the current docker state (think dsc), and only do so when docker state changes.
The text was updated successfully, but these errors were encountered: