Hi, not sure if this is still needed or if it fits to this subject, but here I go. I managed to install docker in my Raspberry Pi 4 running Raspberry Pi OS 64-bit (Bookworm). I followed the instructions in the link below, specifically those contained in the section "Install using the apt repository"
https://docs.docker.com/engine/install/debian/
In my case, I didn't change anything at all and it worked just after my first try. I just tested using the sudo docker run hello-world command and according to the output everything looks fine:
One more thing, I did a new installation of the OS yesterday because I wasn't using this RPI, so the OS there was pretty old. Once installed, I executed the commands sudo apt update, sudo apt upgrade -y and then I continued with the instructions previously indicated.
I hope it helps!
https://docs.docker.com/engine/install/debian/
In my case, I didn't change anything at all and it worked just after my first try. I just tested using the sudo docker run hello-world command and according to the output everything looks fine:
Code:
:~ $ sudo docker run hello-worldUnable to find image 'hello-world:latest' locallylatest: Pulling from library/hello-world478afc919002: Pull complete Digest: sha256:ac69084025c660510933cca701f615283cdbb3aa0963188770b54c31c8962493Status: Downloaded newer image for hello-world:latestHello 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 bashShare 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/One more thing, I did a new installation of the OS yesterday because I wasn't using this RPI, so the OS there was pretty old. Once installed, I executed the commands sudo apt update, sudo apt upgrade -y and then I continued with the instructions previously indicated.
I hope it helps!
Statistics: Posted by w4ldo — Mon Dec 18, 2023 5:08 pm