Comment on Should I move to Docker?
theterrasque@infosec.pub 11 months agoJust 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.