Go to dockerhub and check out some common repos. You'll see that there are different hash codes for the same container for each cpu architecture they provide containers for.I wonder:
If I create a docker container on a RPi with one SoC,
can this container be copied only to other RPi with the same SoC,
or to all RPis?
Or to all Linux computers with the same Distro?
Software run in containers have the same cpu architecture restrictions as any other software. There really is nothing "containerized". If you read up on how it all works, it's just software installed in a restricted set of folders and permissions set applied on it all.
It is nothing like a VM where things are inside a kind of software bubble or
Statistics: Posted by memjr — Mon Jun 03, 2024 5:38 am