systemctl status docker.service:
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2020-11-18 16:34:47 EST; 3s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 5582 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 5582 (code=exited, status=1/FAILURE)
Nov 18 16:34:47 mycomputer systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Nov 18 16:34:47 mycomputer systemd[1]: Stopped Docker Application Container Engine.
Nov 18 16:34:47 mycomputer systemd[1]: docker.service: Start request repeated too quickly.
Nov 18 16:34:47 mycomputer systemd[1]: docker.service: Failed with result 'exit-code'.
Nov 18 16:34:47 mycomputer systemd[1]: Failed to start Docker Application Container Engine.
journalctl -xe:
A start job for unit docker.socket has finished successfully.
░░
░░ The job identifier is 1728.
Nov 18 16:34:47 mycomputer systemd[1]: docker.service: Start request repeated too quickly.
Nov 18 16:34:47 mycomputer systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Nov 18 16:34:47 mycomputer systemd[1]: Failed to start Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ A start job for unit docker.service has finished with a failure.
░░
░░ The job identifier is 1644 and the job result is failed.
Nov 18 16:34:47 mycomputer systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ The unit docker.socket has entered the 'failed' state with result 'service-start-limit-hit'.
lines 1633-1656/1656 (END)