Jump to content

[Orange Pi Zero 2 H616] Rootless docker failing install + Can't use non-legacy Kernel versions


Singleton

Recommended Posts

Hello here, I thank you in advance for coming here.
 

I have gotten an Orange Pi Zero 2 H616 yesterday, and I wanted to install Docker as Rootless on the ARMBian Bullseye image, but It is failing every try I do to actually bring it up. It always gives the following message in Journalctl:

docker.service: Start request repeated too quickly.

 

I just wanted to ask if anybody has actually found a way to deal with this.

 

Alternatively, I cannot boot any kernel higher than the legacy 4.9 kernel given on the main page, all the others give no feedback when the board connects to the current. I am pretty sure I am missing something, but I found no info online about what to do and if anybody fixed that on the forums.

 

I thank you in advance for responding.

Link to comment
Share on other sites

CHANGE: armbianEnv

DOCKER FORCE CGROUPS V1: [working docker for legacy builds]

 

extraargs=systemd.unified_cgroup_hierarchy=0


 

alistair@orangepizero2:~$ sudo docker run hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (arm64v8)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

 

 

Possibly also (if you haven't): Debian builds

 

update-alternatives --set iptables /usr/sbin/iptables-legacy

 

Rootless: haven't tried.

Link to comment
Share on other sites

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