dappnode / DAppNode

General repository of the project dappnode
GNU General Public License v3.0
580 stars 99 forks source link

Problem with instalation in RPi #593

Open kdelap00 opened 10 months ago

kdelap00 commented 10 months ago

The prerequisites script install an old version of docker when run on Raspberry Pi 4. The script install the version 20.10 and with this version, the installation of dappnode fails. When update docker to version 24 and re-run the script it works normally

To Reproduce

  1. Run the command for prerequisites in a RPi4 without docker installed
  2. Run the command for the installation of dappnode, it will fail
  3. Update docker to version 24
  4. Run the command for the installation, it works