motioneye

Back
Contents

Details

motioneye is a web frontend for the motion daemon, written in Python. It supports RTSP cameras and will allow you to share the camera's publicly using the Video Streaming feature.

Homepage: https://github.com/motioneye-project/motioneye

Starting container

docker run --name="motioneye" \
    -p 8765:8765 \
    --hostname="motioneye" \
    -v /etc/localtime:/etc/localtime:ro \
    -v /etc/motioneye:/etc/motioneye \
    -v /var/lib/motioneye:/var/lib/motioneye \
    --restart="always" \
    --detach=true \
    ccrisan/motioneye:master-amd64

Enter container for debugging

docker exec -it motioneye /bin/bash

Notes

Last modified: 2026-01-07 00:14 UTC by jake
Change history (9) — View full history