These docker services keep running without my consent, how to stop them:
/usr/bin/docker-containerd-current
/usr/bin/dockerd-current
I don't want to uninstall Docker, just want to stop services to reduce used RAM. I'm on CentOS.
Done all these, but those Docker services above launch themselves back:
sudo systemctl stop docker
sudo systemctl disable docker
sudo pkill -f docker
Run top
or htop
and they are still there.