Can someone please point me to instructions on how to completely uninstall Dashticz? including docker etc. it's making my pi way too slow...
Thanks
Uninstalling Dashticz
Moderators: leecollings, remb0
-
Lokonli
- Posts: 2292
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Uninstalling Dashticz
I'll add the uninstall instructions to the documentation in the weekend.wkossen wrote: Thursday 10 December 2020 13:34 Can someone please point me to instructions on how to completely uninstall Dashticz? including docker etc. it's making my pi way too slow...
Thanks
In short, assuming you still have your dashticz folder:
Code: Select all
#go to the dashticz folder
cd dashticz
#stop the dashticz container
make stop
#One folder up
cd ..
#Remove dashticz
rm -rf dashticz
Instructions via google, not tested myself yet (I'll do that this weekend)
To completely uninstall Docker:
Step 1.To identify what installed package you have:
Code: Select all
dpkg -l | grep -i docker
Code: Select all
sudo apt-get purge -y docker-engine docker docker.io docker-ce docker-ce-cli
sudo apt-get autoremove -y --purge docker-engine docker docker.io docker-ce
If you wish to delete all images, containers, and volumes run the following commands:
Code: Select all
sudo rm -rf /var/lib/docker /etc/docker
sudo rm /etc/apparmor.d/docker
sudo groupdel docker
sudo rm -rf /var/run/docker.sock
-
wkossen
- Posts: 62
- Joined: Friday 06 November 2020 12:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Uninstalling Dashticz
thanks. i searched the internet and didn't find this. so great to add it to the documentation.
Who is online
Users browsing this forum: No registered users and 1 guest