I need to run MongoDB docker container on Raspberry Pi 4B. My Raspberry has preset (already installed) Raspbian on SD card, I didn't install OS by myself.
MongoDB docker image supports arm64v8. But when I try to run container, it claims that there is no image available for my armv7 32-bit
machine.
Official Raspberry Pi 4B specification claims that it has ARMv8 processor so mongodb should install without any problems. It turns out it's not a problem with Mongo, as linux command lscpu
also claims my machine is armv7l
.
What would you recommend me to do now? Can I somehow configure raspbian so it claim it works on armv8
?
The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core
- isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core) – Jaromanda X Jul 31 '19 at 23:09