Menu

[bkjaya1952-docker-zoneminder-master]

Banduala Kumar Jayasundera

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 --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

sudo docker exec -t -i zm /bin/bash

updatemysql.sh

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 --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/


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.