docker / for-linux

Docker Engine for Linux
https://docs.docker.com/engine/installation/
756 stars 86 forks source link

Failure to install docker-ce on ARM 32bit server #760

Open MiMoHo opened 5 years ago

MiMoHo commented 5 years ago

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)

stheid commented 3 years ago

Same error behaviour on ubuntu 20.04 with the here described installation workaround https://github.com/docker/for-linux/issues/1035#issuecomment-713581335

Hardware: odroid-xu4

stheid commented 3 years ago

likely duplicate of #659