Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. systemctl status docker.service
  2. * docker.service - Docker Application Container Engine
  3. Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  4. Active: inactive (dead) (Result: exit-code) since Mon 2017-10-23 01:29:51 UTC; 6min ago
  5. Docs: https://docs.docker.com
  6. Process: 4268 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
  7. Main PID: 4268 (code=exited, status=1/FAILURE)
  8.  
  9. Oct 23 01:29:51 vps136 systemd[1]: Failed to start Docker Application Container Engine.
  10. Oct 23 01:29:51 vps136 systemd[1]: docker.service: Unit entered failed state.
  11. Oct 23 01:29:51 vps136 systemd[1]: docker.service: Failed with result 'exit-code'.
  12. Oct 23 01:29:51 vps136 systemd[1]: docker.service: Service hold-off time over, scheduling restart.
  13. Oct 23 01:29:51 vps136 systemd[1]: Stopped Docker Application Container Engine.
  14. Oct 23 01:29:51 vps136 systemd[1]: docker.service: Start request repeated too quickly.
  15. Oct 23 01:29:51 vps136 systemd[1]: Failed to start Docker Application Container Engine.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement