-
Notifications
You must be signed in to change notification settings - Fork 11
Creating a new network "destroys" the previous one? #19
Comments
@dgouju yeah, when create new network, the driver replace the "driver's" networkID not "network's" id. |
-Bug gopher-net#19 was improper caching of new networks overwriting old ones when we went from single to multi networks post docker v1.9.
Hey @dgouju sorry this took so long. Ive been working on getting this in natively instead of 3rd party drivers. If you want to give it a shot and 👍 if it works for you or feedback if you have issues. There is a binary in the PR notes in the patch https://github.com/docker/libnetwork/ the Pull request is 964. Closing this out. Thanks! |
@nerdalert Thank you no problem! I'm in a training this week, I will try to look at it next week! |
Hello,
I'm running the following test scenario, and it seems that when creating a new network, it "destroys" the previous one in the plugin (but it is still present in docker network ls). I'm running docker 1.9.1 on ubuntu 15.10 with kernel 4.2.0-23-generic.
So, far, so good. Now I create a container on the first network I created:
And I got the following error in the plugin:
And in docker:
But the network is still known in docker:
Thank you for your help!
The text was updated successfully, but these errors were encountered: