Skip to content

Latest commit

 

History

History

development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ZoneMinder Development Dockerfiles

This folder contains Docker files used for running the latest code from the ZoneMinder master branch. These are not intended for production. See the release folder if you are looking to run ZoneMinder inside Docker for production.

Contributions are welcome, but please follow these simple guidelines:

  • Only one Dockerfile per distro
  • Keep each Dockerfile sorted by distro
  • Use our entrypoint script as the entrypoint in your Dockerfile. It is intended to work with most Linux distros and will take care of starting mysql, apache, then zoneminder.
  • Each Dockerfile should be self sufficient. It should grab the ZoneMinder project, and any other other requried files, from github or other online resource, rather than expect files to pre-exist on the filesystem.