There is a nice guide how to install weave here, but i can't find anywhere how to uninstall it properly. Just removing containers doesn't help because weave changes network configuration.
Asked
Active
Viewed 2,463 times
2
-
Did you try to `weave stop` ? Do you mean `uninstall` or `stop`? weave is deploy through image, if you want to remove an image it is then `docker rmi image-id`. – Auzias Jun 29 '16 at 12:43
-
Yep, I used `weave stop` but it just stops container. However network configuration on host doesn't change. – Bohdan Blyzniuk Jun 29 '16 at 14:23