Name | Modified | Size | Downloads / Week |
---|---|---|---|
bkjaya1952-docker-zoneminder-master-mysql8--update-4-1-2021.zip | 2021-01-15 | 81.3 kB | |
updatemysql.sh | 2021-01-15 | 303 Bytes | |
supervisord.conf | 2021-01-15 | 87 Bytes | |
startzm.sh | 2021-01-15 | 108 Bytes | |
README.md | 2021-01-15 | 1.9 kB | |
firstrun.sh | 2021-01-15 | 326 Bytes | |
Dockerfile | 2021-01-15 | 1.5 kB | |
Totals: 7 Items | 85.5 kB | 0 |
bkjaya1952/zoneminder-master-docker-latest
Zoneminder-master , latest. docker image with Mysql 8 & MSMTP
Based on Isaac Connor's ZoneMinder Master Snapshots at https://launchpad.net/~iconnor/+archive/ubuntu/zoneminder-master
This image has been created on ubuntu:focal with zoneminder-master/ubuntu focal main To pull the Repository from the dockerhub please refer the following link
https://hub.docker.com/r/bkjaya1952/zoneminder-master-docker-latest
Usage :
To create a Zonminder-master docker container (name zm)with mysql 8 & msmtp
On the Ubuntu terminal enter the following commands
sudo docker create -t -p 8080:80 --shm-size=4096m --name zm --privileged=true -e TZ=Asia/Colombo bkjaya1952/zoneminder-master-docker-latest
Note:- Replace Asia/Colombo with your Time Zone
sudo docker start zm
(You will have to configure the running zm container for mysql 8 ,zm data base during the first run .)
sudo docker exec -t -i zm /bin/bash
(Now you will be with in the zm container.
Make changes as follows)
(Configuring Mysql )
exit
sudo docker restart zm
http://localhost:8080/zm/
(To use msmtp for emailing please refer https://bkjaya.wordpress.com/2020/12/24/how-to-install-the-latest-zoneminder-master-latest-on-ubuntu-20-04-using-a-docker-image/)
Note:- If you want your docker container zm to detect ip camera automatically, you will have to use following command when creating the container .
sudo docker create -t -p 80:80 --shm-size=4096m --name zm --network=host --privileged=true -e TZ=Asia/Colombo bkjaya1952/zoneminder-master-docker-latest
In this case you will have to restrain in using the port 80 in your host for any other purpose when running the zm container.
Then the zoneminder web panel will be at http://localhost/zm/