gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.4k stars 547 forks source link

Does Netmaker have an "Un-Install" script? #121

Closed bmullan closed 3 years ago

bmullan commented 3 years ago

See title...

afeiszli commented 3 years ago

For the server I'm assuming? If you ran in "client mode" it would be something like this:

sudo docker kill mongodb sudo docker rm mongodb sudo docker volume rm mongovol sudo docker kill netmaker-ui sudo docker rm netmaker-ui sudo rm -rf /etc/netmaker sudo rm -f /etc/systemd/system/netmaker.service sudo systemctl daemon-reload

I have a script written up that I meant to push to the repo. Will do that later today.