Warning: Stopping docker.service, but it can still be activated by:docker.socket
在使用systemctl stop docker的时候报这错误。
Warning: Stopping docker.service, but it can still be activated by:docker.socket
目录
一、原因分析
这是 Docker 在关闭状态下被访问自动唤醒机制,意味如果试图连接到 docker socket,而 docker 服务没有运行,系统将自动启动docker。
二、解决办法
systemctl stop docker.socket