garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.66k stars 602 forks source link

Can't install via docker #1503

Closed esszett closed 8 months ago

esszett commented 9 months ago

Hello, I try to install backstopjs on a raspberry 4 (Raspbian GNU/Linux 11 (bullseye) – arm64/aarch64). On running docker pull backstopjs/backstopjs:latest it returns "no matching manifest for linux/arm/v8 in the manifest list entries". Is there a way around this? Thank you!

esszett commented 8 months ago

Solved – I must have been on the wrong track - I misinterpreted uname's output. In fact, my installation ran under 32bit. I have installed a new RaspiOS, 64bit. Now everything works as planned, I was able to get the backstopjs image running in a docker container.