Installing Docker
Installing Docker is quite specific for each hardware architecture and operating system. Here we'll be using Docker Engine for Debian on ARM64. This may seem like an arbitrary choice, but it is also what we would want to install to get Cardano running on the RaspberryPi 4.
The following assumes that you already have SSH access to a running server. In case you've just unboxed your RaspberryPi and are now wondering how to install a 64bit OS on it, have a look at the RaspberryPi 4 Setup.
Setup the Repository
First we need to setup access to the Docker package repository.
Add Docker’s official GPG key
Verify the GPG fingerprint
Setup access to the stable repository. Note, here we're doing this for arm64. This command will be different when you want to do this on another architecture.
Install the latest version of Docker Engine
Add the current user to the docker group
Lets now do a quick restart and see whether the docker engine is running
Great, now lets continue with Running a Node.
Last updated