2

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.

Bohdan Blyzniuk
  • 575
  • 6
  • 14
  • 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

1 Answers1

4

weave reset will undo the network config

tom.wilkie
  • 2,846
  • 20
  • 16