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.
docker restart restarts containers. If one runs that on a weave application container, then the new incarnation won't be attached to the weave network. Which is less than ideal.
Fixing this properly requires resolution of #230/#312. Meanwhile we could do what we've done for other docker commands: have an equivalent weave command, i.e. weave restart, which would extract the existing weave network settings from the containers interface, run docker restart and then the equivalent of weave attach. Possibly something might also have to be done about (re)registering with weavedns.
The text was updated successfully, but these errors were encountered:
NB: this issue only covers docker restart, not restarting of containers when the docker daemon restarts, which is the subject of #401. And it also only covers the case where the CIDR is supplied at container creation time, not afterwards, with weave attach, which is the subject of #688.
docker restart
restarts containers. If one runs that on a weave application container, then the new incarnation won't be attached to the weave network. Which is less than ideal.Fixing this properly requires resolution of #230/#312. Meanwhile we could do what we've done for other docker commands: have an equivalent weave command, i.e.
weave restart
, which would extract the existing weave network settings from the containers interface, rundocker restart
and then the equivalent ofweave attach
. Possibly something might also have to be done about (re)registering with weavedns.The text was updated successfully, but these errors were encountered: