Uninstalling Dashticz
Posted: 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
Thanks
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
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
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
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