docker Warning: Stopping docker.service, but it can still be activated by: docker.socket

停止docker报错,是因为docker在关闭状态下被访问会触发自动唤醒机制:

Warning: Stopping docker.service, but it can still be activated by:
  docker.socket

 解决:

systemctl stop docker
systemctl stop docker.socket

  

 

posted @ 2024-02-21 20:39  lucky_tomato  阅读(379)  评论(0编辑  收藏  举报