gounthar Posted May 22 Posted May 22 Hello there, I recently gained remote access to a Banana Pi F3 to test it, and everything went smoothly. The board was running Bianbu Linux, and I was able to install and use Docker without issues. Now, I'm considering purchasing the board and was wondering if the Armbian image would also support running Docker. Do you have any insights on this? Thanks! 0 Quote
Igor Posted May 25 Posted May 25 Latest image: patrick@bananapif3:~$ sudo docker run hello-world [sudo] password for patrick: Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 2382d725750e: Pull complete Digest: sha256:dd01f97f252193ae3210da231b1dca0cffab4aadb3566692d6730bf93f123a48 Status: Downloaded newer image for hello-world:latest Hello from Docker! This message shows that your installation appears to be working correctly. 0 Quote
gounthar Posted Monday at 02:19 PM Author Posted Monday at 02:19 PM (edited) I tried to install docker via armbian-config --CON02 on Trixie but I got quite a lot of errors during the installation. Here is the board information if it ever can help: https://paste.armbian.com/xozimixeqi . Thanks. Edited Monday at 03:20 PM by gounthar 0 Quote
Igor Posted Monday at 07:30 PM Posted Monday at 07:30 PM 3 hours ago, gounthar said: on Trixie Here some troubles are expected ... Can you try manual steps to install docker by follow: https://github.com/armbian/configng/blob/main/tools/modules/software/module_docker.sh#L26-L56 installing packages, adding to group, adding docker bridge. This might reveal more. BTW. My F3 died - waiting for replacement. 0 Quote
gounthar Posted Wednesday at 09:04 AM Author Posted Wednesday at 09:04 AM Thanks a lot for your help, Igor. That did not make the trick, as the available packages are still in the old form (docker.io instead of docker-ce for example. Nonetheless, I now have a working (but old) docker binary, which is enough for my use case. Now, I will try to build a more recent docker binary. The next problem to solve will be to get the NVMe to work. I'm sorry your F3 died. 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.