LibrePhotos / librephotos-docker

You can find here the Dockerfiles for the automated build process of LibrePhotos.
MIT License
157 stars 101 forks source link

Docker install not working on rpi 4 32-bit #97

Closed techxapp closed 1 year ago

techxapp commented 1 year ago

I already have other apps running , so cannot install rpi image.

So, doing setup through docker.

Getting following error on running through - docker compose up no matching manifest for linux/arm/v8 in the manifest list entries

And following error on running

sudo docker run -v /home/dir/Pictures/ -v /var/lib/librephotos/data/protected_media -v /var/log/librephotos/ -v /var/lib/postgresql/data -p 3000:80 -d reallibrephotos/singleton Unable to find image 'reallibrephotos/singleton:latest' locally latest: Pulling from reallibrephotos/singleton docker: no matching manifest for linux/arm/v8 in the manifest list entries.

derneuere commented 1 year ago

Duplicate of #32 Right now, we only build arm64 and amd64.