-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[do not merge] remove "discovery" options #2521
[do not merge] remove "discovery" options #2521
Conversation
"github.com/docker/libnetwork/datastore" | ||
"github.com/sirupsen/logrus" | ||
) | ||
|
||
func registerKVStores() { | ||
consul.Register() | ||
zookeeper.Register() | ||
etcd.Register() | ||
boltdb.Register() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, looking at these; I think boltdb is still used, but I'm not sure; wondering if @arkodg knows more about what of this we can all remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya AFAIK we use boltdb for local drivers such as bridge
ecee054
to
7c0dde3
Compare
7c0dde3
to
f1fbd15
Compare
f1fbd15
to
370ef88
Compare
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
ccd32e6
to
f1391bf
Compare
closing this one; this has been merged in moby through moby/moby#42247 |
Carry of #2509
Relates to moby/moby#40383
Relates to moby/moby#42247