I'm looking to set up a motion detection software that works really well on the Raspberry Pi Zero W. The issue is that the software requires PHP v7.3 and uses legacy camera support, which doesn't play nicely with the latest versions of DietPi. My question is, do you think it would be efficient to create a Docker image for this software? I want to avoid running an outdated OS, but I'm worried about whether Docker would put too much strain on the Raspberry Pi Zero W given its limited resources. This would actually be the first Docker image I've ever attempted to build, so any insights would be really helpful!
1 Answer
Docker isn't usually too heavy on resources, but there is some overhead. Just keep in mind that if you build and develop directly on the Pi, it might take a bit longer to get things done since the Zero W isn’t the fastest device around.

What do you mean by it might take longer? Is it slow to develop on, or are you saying performance will suffer?