Dockerfile for development ZoneMinder (includes gdb, vim etc).
Components: nginx, mysql, php-fpm.
-
./build.sh # Build container
-
./run.sh # Start container (open 127.0.0.1:80 for configurating or usage ZoneMinger)
-
./attache.sh # Open bash from container
-
delete.sh # Delete all images and conteiners with ZoneMinger
-
stop.sh # Stopo ZoneMinger
-
copy.sh # example with copy file to the cointeider
- I don't like apache2, and I switch to nginx.
- For ONVIF discovery need broadcast, I use '--net=host' for network on the Docker, becouse other optins blocked broadcast. (Fix it if you can)