Sign inSign up

gsp8181/motion

By gsp8181

Updated over 2 years ago

ARM build of motion, motion detection software

Image
0

1.8K

gsp8181/motion repository overview

motion arm

Built an arm version of motion primarily for Raspberry Pis

See caveats in https://hub.docker.com/r/motionproject/motion

how to run

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

updating

docker pull gsp8181/motion:latest
docker stop motion
docker rm motion
- rerun above 'run' command

Musings

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

Tag summary

Content type

Image

Digest

sha256:923c7b8db

Size

193.2 MB

Last updated

over 3 years ago

docker pull gsp8181/motion