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.
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.