Closed dannyvfilms closed 2 years ago
Followed the setup guide for Docker deployment on Raspberry Pi 4. I'm pretty sure this error means that ARM is not supported. Am I remembering that correctly?
mkdir downloads sudo docker run -p 5000:5000 --volume $(pwd)/downloads/:/mnt/deezer-downloader --env DEEZER_COOKIE_ARL=redacted kmille2/deezer-downloader:latest xdg-open http://localhost:5000```
The container only runs on x86. You have to manually install it: https://github.com/kmille/deezer-downloader#manual-deployment
Followed the setup guide for Docker deployment on Raspberry Pi 4. I'm pretty sure this error means that ARM is not supported. Am I remembering that correctly?