gounthar Posted June 3, 2018 Posted June 3, 2018 (edited) Hi, I'm very happy to have my OrangePi Zero working (at last!) with Armbian. It looks like docker installed properly on the latest Armbian Stretch mainline kernel 4.14.y, but for some reason, it won't start. Here are the logs I have: systemctl enable docker Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable docker root@orangepizero:~# systemctl start docker Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. root@orangepizero:~# 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 Sun 2018-06-03 12:43:49 UTC; 8s ago Docs: https://docs.docker.com Process: 20147 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE) Main PID: 20147 (code=exited, status=1/FAILURE) CPU: 990ms Jun 03 12:43:48 orangepizero systemd[1]: docker.service: Unit entered failed state. Jun 03 12:43:48 orangepizero systemd[1]: docker.service: Failed with result 'exit-code'. Jun 03 12:43:49 orangepizero systemd[1]: docker.service: Service hold-off time over, scheduling restart. Jun 03 12:43:49 orangepizero systemd[1]: Stopped Docker Application Container Engine. Jun 03 12:43:49 orangepizero systemd[1]: docker.service: Start request repeated too quickly. Jun 03 12:43:49 orangepizero systemd[1]: Failed to start Docker Application Container Engine. Jun 03 12:43:49 orangepizero systemd[1]: docker.service: Unit entered failed state. Jun 03 12:43:49 orangepizero systemd[1]: docker.service: Failed with result 'exit-code'. root@orangepizero:~# uname -a Linux orangepizero 4.14.14-sunxi #1 SMP Thu Jan 25 12:20:57 CET 2018 armv7l GNU/Linux Is there anything I can do to get it working? Here are the diagnosis: diagnosis. Thanks. Edited June 3, 2018 by gounthar Added diagnosis
gounthar Posted June 3, 2018 Author Posted June 3, 2018 (edited) After several reboots, docker seem to work now (without any further modifications). Go figure... docker images REPOSITORY TAG IMAGE ID CREATED SIZE <none> <none> b12376e7113c About a minute ago 7.79MB armhf/alpine latest 15ed6d4bf10d 12 months ago 3.6MB Edited June 3, 2018 by gounthar Duplication of code
Recommended Posts