1.报“can’t create unix socket /var/run/docker.sock: is a directory”

  这是由于存在容器自动启动 --restart= always导致的.原理还不大晓得,解决办法先删掉 /var/run/docker.sock即可

  rm /var/run/docker.sock

2.报msg="[graphdriver] prior storage driver \"devicemapper\" failed: devicemapp...okie failed,

  Error starting daemon: error initializing graphdriver: devicemapper: C...okie failed

  这个问题正在解决...

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-09-16
  • 2021-12-02
  • 2021-07-03
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2021-09-29
  • 2021-06-21
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案