Followed the docker-ce installation guide setting up the repository first, which worked as expected from what I can tell. In step 4, I chose armhf. The installation process failed regardless of the docker-ce bionic version:
Actual behavior
Setting up docker-ce (5:19.03.1~3-0~ubuntu-bionic) ...
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)
Docs: https://docs.docker.com
Process: 5051 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 5051 (code=exited, status=1/FAILURE)
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)
System: ARMv7 Cortex A9 2-core 32bit processor, 2GB DDR3 RAM Xubuntu 18.04
Expected behavior
Followed the docker-ce installation guide setting up the repository first, which worked as expected from what I can tell. In step 4, I chose
armhf
. The installation process failed regardless of the docker-ce bionic version:Actual behavior
Setting up docker-ce (5:19.03.1~3-0~ubuntu-bionic) ... 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) Docs: https://docs.docker.com Process: 5051 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 5051 (code=exited, status=1/FAILURE) 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)