这些 docker 服务在未经我同意的情况下继续运行,如何停止它们:
/usr/bin/docker-containerd-current
/usr/bin/dockerd-current
我不想卸载 Docker,只想停止服务以减少使用的 RAM。我在 CentOS 上。
完成了所有这些,但上面的那些 Docker 服务会自行启动:
sudo systemctl stop docker
sudo systemctl disable docker
sudo pkill -f docker
运行top
或htop
它们仍然存在。