rundqvist/motion

By rundqvist

Updated almost 8 years ago

Motion and MotionEye in one docker image

Image
1

183

rundqvist/motion repository overview

Video Surveillance System based on Motion and MotionEye

A small system running on Alpine Linux https://hub.docker.com/r/rundqvist/motion/

Features

  • Both Motion and MotionEye in same image

Components

Run

$ sudo docker run \
    -d \
    -p 8765:8765 \
    -p 7999:7999 \
    -v /path/to/config:/etc/motion/ \
    -v /path/to/media:/var/lib/motioneye/ \
    -v /etc/localtime:/etc/localtime:ro \
    --name=motion \
    rundqvist/motion

Use

UI available at http://[your-ip]:8765/

Tag summary

Content type

Image

Digest

Size

45 MB

Last updated

almost 8 years ago

docker pull rundqvist/motion