Uninstalling Dashticz

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
wkossen
Posts: 62
Joined: Friday 06 November 2020 12:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Uninstalling Dashticz

Post by wkossen »

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
Lokonli
Posts: 2292
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Uninstalling Dashticz

Post by Lokonli »

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
I'll add the uninstall instructions to the documentation in the weekend.

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
Remove docker
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
Step 2

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  
The above commands will not remove images, containers, volumes, or user created configuration files on your host.
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
You have removed Docker from the system completely.
wkossen
Posts: 62
Joined: Friday 06 November 2020 12:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Uninstalling Dashticz

Post by wkossen »

thanks. i searched the internet and didn't find this. so great to add it to the documentation.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest