Unable to Start / Install Docker
Quick Information of System
- BrainyPi
What Happened?
Got error while installing Docker on brainy pi. Used this documentation to setup docker.
Error Log
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 Mon 2022-09-12 06:16:19 UTC; 18ms ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 1990 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 1990 (code=exited, status=1/FAILURE)
CPU: 439ms
Sep 12 06:16:19 brainypi-rk3399 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
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
Steps to reproduce
Priority/Severity
- High (anything that impacts the normal user flow or blocks BrainyPi usage)
- Medium (anything that negatively affects the user experience)
- Low (anything else e.g., typos, missing icons, layout issues, etc.)