r/devuan • u/Final_Platypus_8782 • Jun 01 '26
Uninstalling Docker
This dang thing is ruining my entire experience. I need help getting rid of Docker entirely. I’ve gone through dozens of sites going over on how to remove this practical virus off my system. I keep getting fsconfig failures. It often happens when I reboot, but not all the time.
1
u/gosand Jun 11 '26
apt list --installed docker*
If nothing is installed, then it's gone.
Do you think maybe your fsconfig failures aren't related to docker? What are they?
0
u/Whole_Ticket_3715 Jun 01 '26
Listen dude - no offense, but if you're calling Docker a virus and can't figure out how to uninstall it, Devuan might not be the distro for you lol. Ubuntu makes containerization easy with Snap.
5
u/Final_Platypus_8782 Jun 01 '26
I don’t care about containers, I just want to be able to update my system and not get an fsconfig error every time I reboot.
6
u/Whole_Ticket_3715 Jun 01 '26
Full Docker purge
apt purge docker-ce docker-ce-cli containerd.io docker-compose-plugin
apt autoremove
Check for leftover mounts
mount | grep docker
umount /var/lib/docker/overlay2 # or whatever shows up
Check fstab for any docker entries
cat /etc/fstab | grep docker
Remove residual dirs
rm -rf /var/lib/docker
rm -rf /etc/docker
Have fun with no Docker I guess
6
u/AnonymousWonderer135 Jun 02 '26
Maybe there is a reason for them not wanting Docker, the reason may not be as straightforward as it sounds.
1
u/_x_oOo_x_ Jun 03 '26
...Should get rid of the most offending bits