Jump to content

Recommended Posts

Posted

good evening,

on orange pzero+ with debian10 i tried to install docker with the procedure of the armbian manual, but the installation fails.

do you know how to solve?

apt-get remove docker docker-engine docker.io containerd runc
apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
apt update
apt-get install docker-ce docker-ce-cli containerd.io
result:
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/docker.service.d
           └─override.conf
   Active: activating (auto-restart) (Result: exit-code) since Sun 2021-11-07 19:36:34 CET; 54ms ago
     Docs: https://docs.docker.com
  Process: 10722 ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2736 (code=exited, status=1/FAILURE)
 Main PID: 10722 (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
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for systemd (241-7~deb10u8) ...
Errors were encountered while processing:
 docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@server:~# service docker status
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/docker.service.d
           └─override.conf
   Active: failed (Result: exit-code) since Sun 2021-11-07 19:38:39 CET; 9min ago
     Docs: https://docs.docker.com
  Process: 11195 ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2736 (code=exited, status=1/FAILURE)
 Main PID: 11195 (code=exited, status=1/FAILURE)

Nov 07 19:38:39 server systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Nov 07 19:38:39 server systemd[1]: docker.service: Scheduled restart job, restart counter is at 7.
Nov 07 19:38:39 server systemd[1]: Stopped Docker Application Container Engine.
Nov 07 19:38:39 server systemd[1]: docker.service: Start request repeated too quickly.
Nov 07 19:38:39 server systemd[1]: docker.service: Failed with result 'exit-code'.
Nov 07 19:38:39 server systemd[1]: Failed to start Docker Application Container Engine.

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines