I am trying to get docker v17.03.1 to run on raspberry pi zero W using the deb package here: https://download.docker.com/linux/debian/dists/jessie/pool/stable/armhf/. However, the install always fails as follows:
invoke-rc.d: initscript docker, action “start” failed.
dpkg: error processing package docker-ce (–install):
subprocess installed post-installation script returned error exit status 1
Systemctl shows the following:
pi@raspberrypi:~/Downloads $ systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled)
Active: failed (Result: core-dump) since Thu 2017-06-01 13:14:44 UTC; 10s ago
Docs: https://docs.docker.com
Process: 5561 ExecStart=/usr/bin/dockerd -H fd:// (code=dumped, signal=ILL)
Main PID: 5561 (code=dumped, signal=ILL)
The install script at get.docker.com is able to install v17.05 perfectly. I am curious why my install fails.
I am running raspbian jessie on:
pi@raspberrypi:~/Downloads $ uname -a
Linux raspberrypi 4.9.24+ #993 Wed Apr 26 17:56:54 BST 2017 armv6l GNU/Linux
I got a problem installing docker-ce on a fresh jessie desktop raspbian. It failed in dpkg for docker-ce. I found out that the sonic-pi package must be removed in order to get it work.
Maybe this hint help someone.