ARM build of motion, motion detection software
1.8K
Built an arm version of motion primarily for Raspberry Pis
See caveats in https://hub.docker.com/r/motionproject/motion
Example command
docker run -d --name=motion \
-p 7999:7999 \
-p 8081:8081 \
-e TZ="Europe/London" \
-v /volume1/motion/config:/usr/local/etc/motion \
-v /volume1/motion/storage:/var/lib/motion \
--restart=always \
gsp8181/motion:latest
docker pull gsp8181/motion:latest
docker stop motion
docker rm motion
- rerun above 'run' command
The included configuration file is bare bones and you may want to use the one found in the raspberry pi repo motion package http://raspbian.raspberrypi.org/raspbian/pool/main/m/motion/motion_4.1.1-1.1+b2_armhf.deb
Content type
Image
Digest
sha256:923c7b8db…
Size
193.2 MB
Last updated
over 3 years ago
docker pull gsp8181/motion