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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Because it's looking for an interface called ethwe, and Docker+plugin ends up with ethwe0, or possibly some other number if you attach the container to multiple networks.
The text was updated successfully, but these errors were encountered:
We could use docker network inspect weave, or API equivalent thereof, which gives us a nice list of the IP addresses we are missing. Noting (#1803) that MAC addresses are currently absent from that data.
Docker recently added a -f option to this command which would be even more handy, although it is not released yet. And we probably want to support Docker 1.9.0, which doesn't have -f.
rade
changed the title
weave ps breaks under the pluginweave ps does not show containers connnected by plug-in
Dec 29, 2015
I think the root cause of this will also cause IPAM allocations made via the plugin to be lost on weaver restart, because they are not reclaimed. Which can lead to double-allocation.
rade
changed the title
weave ps does not show containers connnected by plug-inweave ps does not show containers connnected by plug-in / double allocation of IPs on restart
Jan 19, 2016
Also DNS entries for plugin containers are lost on weaver restart.
bboreham
changed the title
weave ps does not show containers connnected by plug-in / double allocation of IPs on restartweave ps does not show containers connnected by plug-in / double allocation of IPs and loss of DNS entries on restart
Jan 21, 2016
Because it's looking for an interface called
ethwe
, and Docker+plugin ends up withethwe0
, or possibly some other number if you attach the container to multiple networks.The text was updated successfully, but these errors were encountered: