motion-rtsp-docker
provides a container for motionEye, a web-based front-end for motion with support for the Real-Time Streaming Protocol (rtsp).
To run motionEye on port 8000 you just need to do the following
git clone https://github.com/chris1705/motion-rtsp-docker.git
cd ./motion-rtsp-docker
docker build -t motion-rtsp-docker .
docker run -d -p 8000:8765 motion-rtsp-docker
- No support for mounting storage