docker 启动失败
Tofloor
poster avatar
sblig
deepin
2020-04-25 22:42
Author
  1. root@edwin-PC:/usr/bin# systemctl status docker
  2. ● docker.service - Docker Application Container Engine
  3.    Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  4.   Drop-In: /etc/systemd/system/docker.service.d
  5.            └─docker-overlay.conf
  6.    Active: failed (Result: exit-code) since Sat 2020-04-25 14:31:27 CST; 10min ago
  7.      Docs: https://docs.docker.com
  8.   Process: 20373 ExecStart=/usr/bin/dockerd --graph=/media/edwin/RJ/dockerdeepin --storage-driver=overlay (code=exited, status=1/FAILURE)
  9. Main PID: 20373 (code=exited, status=1/FAILURE)
  10.       CPU: 43ms

  11. 4月 25 14:31:25 edwin-PC systemd[1]: docker.service: Unit entered failed state.
  12. 4月 25 14:31:25 edwin-PC systemd[1]: docker.service: Failed with result 'exit-code'.
  13. 4月 25 14:31:27 edwin-PC systemd[1]: docker.service: Service hold-off time over, scheduling restart.
  14. 4月 25 14:31:27 edwin-PC systemd[1]: Stopped Docker Application Container Engine.
  15. 4月 25 14:31:27 edwin-PC systemd[1]: docker.service: Start request repeated too quickly.
  16. 4月 25 14:31:27 edwin-PC systemd[1]: Failed to start Docker Application Container Engine.
  17. 4月 25 14:31:27 edwin-PC systemd[1]: docker.service: Unit entered failed state.
  18. 4月 25 14:31:27 edwin-PC systemd[1]: docker.service: Failed with result 'exit-code'.
Copy the Code


Reply Favorite View the author
All Replies
avatar
sblig
deepin
2020-04-25 22:43
#1
--graph=  
指定了自定义目录 ,启动docker 就失败
Reply View the author