Singleton Posted November 23, 2021 Posted November 23, 2021 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. 0 Quote
pim Posted January 5, 2022 Posted January 5, 2022 hi did you ever found a solution ? i have the same issue. 0 Quote
inkflaw Posted February 8, 2023 Posted February 8, 2023 (edited) I had run podman at my orangepi zero2, you can try it. But it only can use host network, I do not know how to fix it. Edited February 8, 2023 by inkflaw 0 Quote
ALIGMSTEN Posted February 8, 2023 Posted February 8, 2023 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. 0 Quote
Recommended Posts
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.