This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
add/remove DNS entries on network connect/disconnect #1914
Comments
Also, as noted on IRC, users can use |
rade
changed the title
Use Docker network events in the plugin
add/remove DNS entries on network connect/disconnect
Jun 1, 2016
Post #2374 we should also do the arp configuration on |
I'm going to work on this. |
Thanks @dlmiddlecote - if you have any questions please ask here or in the Slack |
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
weaveplugin
listens for container started events, to know when to add a container name to DNS. We do some poking around in the API to see whether the container is actually connected to the weave network.This approach is rather indirect, and misses
docker network connect
/disconnect
.In 1.10, Docker introduces network events, which give a much more direct way to achieve the requirement.
Given #813, we may be justified in requiring minimum Docker 1.10 when using the plugin.
The text was updated successfully, but these errors were encountered: