yes, sure/
sudo systemctl status docker.service
- docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-11-19 21:02:36 +03; 3min 5s ago
Docs: “link”
Process: 1094 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 1094 (code=exited, status=1/FAILURE)
Nov 19 21:02:36 user11 systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Nov 19 21:02:36 user11 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Nov 19 21:02:36 user11 systemd[1]: Stopped Docker Application Container Engine.
Nov 19 21:02:36 user11 systemd[1]: docker.service: Start request repeated too quickly.
Nov 19 21:02:36 user11 systemd[1]: docker.service: Failed with result ‘exit-code’.
Nov 19 21:02:36 user11 systemd[1]: Failed to start Docker Application Container Engine.
Nov 19 21:03:03 user11 systemd[1]: docker.service: Start request repeated too quickly.
Nov 19 21:03:03 user11 systemd[1]: docker.service: Failed with result ‘exit-code’.
Nov 19 21:03:03 user11 systemd[1]: Failed to start Docker Application Container Engine.
docker version
Client: Docker Engine - Community
Version: 19.03.5
API version: 1.40
Go version: go1.12.12
Git commit: 633a0ea
Built: Wed Nov 13 07:28:11 2019
OS/Arch: linux/arm64
Experimental: false
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
sudo apt install -f docker-ce
Reading package lists… Done
Building dependency tree
Reading state information… Done
docker-ce is already the newest version (5:19.03.5~3-0~debian-buster).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up docker-ce (5:19.03.5~3-0~debian-buster) …
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xe” for details.
invoke-rc.d: initscript docker, action “start” failed.
- docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Tue 2019-11-19 21:14:38 +03; 47ms ago
Docs: “link”
Process: 1762 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 1762 (code=exited, status=1/FAILURE)
Nov 19 21:14:38 user11 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Nov 19 21:14:38 user11 systemd[1]: docker.service: Failed with result ‘exit-code’.
Nov 19 21:14:38 user11 systemd[1]: Failed to start Docker Application Container Engine.
dpkg: error processing package docker-ce (–configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
journalctl -xe
- A stop job for unit docker.socket has finished.
–
– The job identifier is 1077 and the job result is done.
Nov 19 21:14:48 user11 systemd[1]: Stopping Docker Socket for the API.
– Subject: A stop job for unit docker.socket has begun execution
– Defined-By: systemd
– Support: link
–
– A stop job for unit docker.socket has begun execution.
–
– The job identifier is 1077.
Nov 19 21:14:48 user11 systemd[1]: Starting Docker Socket for the API.
– Subject: A start job for unit docker.socket has begun execution
– Defined-By: systemd
– Support: link
–
– A start job for unit docker.socket has begun execution.
–
– The job identifier is 1077.
Nov 19 21:14:48 user11 systemd[1]: Listening on Docker Socket for the API.
– Subject: A start job for unit docker.socket has finished successfully
– Defined-By: systemd
– Support: link
–
– A start job for unit docker.socket has finished successfully.
–
– The job identifier is 1077.
Nov 19 21:14:48 user11 systemd[1]: docker.service: Start request repeated too quickly.
Nov 19 21:14:48 user11 systemd[1]: docker.service: Failed with result ‘exit-code’.
– Subject: Unit failed
– Defined-By: systemd
– Support: link
–
– The unit docker.service has entered the ‘failed’ state with result ‘exit-code’.
Nov 19 21:14:48 user11 systemd[1]: Failed to start Docker Application Container Engine.
– Subject: A start job for unit docker.service has failed
– Defined-By: systemd
– Support: link
–
– A start job for unit docker.service has finished with a failure.
–
– The job identifier is 1016 and the job result is failed.
Nov 19 21:14:48 user11 systemd[1]: docker.socket: Failed with result ‘service-start-limit-hit’.
– Subject: Unit failed
– Defined-By: systemd
– Support: link
–
– The unit docker.socket has entered the ‘failed’ state with result ‘service-start-limit-hit’.
Nov 19 21:15:01 user11 CRON[1955]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 19 21:15:01 user11 CRON[1954]: pam_unix(cron:session): session opened for user root by (uid=0)
Nov 19 21:15:01 user11 CRON[1962]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Nov 19 21:15:01 user11 CRON[1965]: (root) CMD (/usr/lib/armbian/armbian-truncate-logs)
Nov 19 21:15:01 user11 CRON[1955]: pam_unix(cron:session): session closed for user root
Nov 19 21:15:01 user11 CRON[1954]: pam_unix(cron:session): session closed for user root