Docker container for zoneminder v1.28.1
"ZoneMinder the top Linux video camera security and surveillance solution. ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols. If you're looking for a low cost CCTV system or a more flexible alternative to cheap DVR systems then why not give ZoneMinder a try?"
To install docker in Ubuntu 14.04 use the commands:
$ sudo apt-get update
$ sudo apt-get install docker.io
To install docker in other operating systems check docker online documentation
To run container use the command below:
$ docker run -d -p 80 quantumobject/docker-zoneminder
After that check with your browser at addresses plus the port assigined by docker:
- http://host_ip:port/
Them log in with login/password : admin/admin , Please change password right away and check on-line documentation to configured zoneminder.
note: ffmpeg was added and path for it is /usr/local/bin/ffmpeg if needed for configuration at options .
About zoneminder www.zoneminder.com
To help improve this container quantumobject/docker-zoneminder