Jump to content

docker fails


FRANK333

Recommended Posts

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.

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines