Should I Create a Docker Image for Motion Detection on Raspberry Pi Zero W?

0
4
Asked By TechieTurtle123 On

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

Answered By CodeCrafter99 On

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.

CuriousCat44 -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.