Comment on Should I move to Docker?
themurphy@lemmy.world 11 months agoIt sounds very nice and clean to work with!
If I’m lucky enough to get the Raspberry 5 at Christmas, I will try to set it up with docker for all my services!
Thanks for the explanation.
theterrasque@infosec.pub 11 months ago
Just remember that Raspberry is an ARM cpu, which is a different architecture. Docker can cross compile to it, and make multiple images automatically. It takes more time and space though, as it runs an arm emulator to make them.
docker.com/…/faster-multi-platform-builds-dockerf… has some info about it.