zmdockerfiles
zmdockerfiles copied to clipboard
Dockerfiles for the ZoneMinder project build system and for running ZoneMinder
I can't run or pull the docker ubuntu 20.04 image with the pull example from the README.md file: >docker run -d -t -p 1080:80 \ > -e TZ='Europe/London' \ >...
When creating an issue, please provide the following information: - /Release/Ubuntu18.04/Dockerfile Error log: ``` The following packages have unmet dependencies: zoneminder : Depends: libswscale5 but it is not installable Depends:...
I followed the instructions and pulled a docker image for Ubuntu 18.04 according to the instructions here - https://github.com/ZoneMinder/zmdockerfiles But wanted to get a more recent build. I saw that...
Changes contain: - zm built with Ubuntu 20.04 Focal image, 1.37 distribution latest; - fix for "font not found" issue. Fixed css file provided; - documentation on how to deploy...
Hello, I upgraded my docker image to the latest version today and now the container won't start anymore. The local MySQL database does fails to start. Docker logs: ``` *...
Hello, Thanks for this, its extremely useful way of running zoneminder. The frontpage docs says use docker image " zoneminderhq/zoneminder:latest-ubuntu18.04". However this hasn't been rebuilt for over 1+ year. Release...
docker-compose.yml ```version: '2.4' services: db: image: mysql/mysql-server:5.7 restart: on-failure hostname: db volumes: - /etc/localtime:/etc/localtime:ro - /usr/share/zoneinfo:/usr/share/zoneinfo:ro - $PWD/mysql:/var/lib/mysql - $PWD/conf/mysql/:/etc/mysql/ # - $PWD/log:/var/log environment: - MYSQL_USER=zmuser - MYSQL_PASSWORD=123123 - MYSQL_DATABASE=zm...
Pulled the Dockerfile from: `https://raw.githubusercontent.com/ZoneMinder/zmdockerfiles/master/development/ubuntu/xenial/Dockerfile` Changed `ppa:iconnor/zoneminder` to `ppa:iconnor/zoneminder-proposed` Removed ``` && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ php-apcu-bc \ ``` Ran `docker build -t zoneminder_dev .` Fails with the...
I believe that the probme come from running it on an ARM platform. would it be possible to make a container from ARM system ?