docker
docker copied to clipboard
Great image, would you consider adding support for custom modules?
Awesome image, thank you for sharing.
Would you consider adding support for a couple of things to this:
- LDAP module, similar to this one here: https://hub.docker.com/r/virtuman/docker-nginx/~/dockerfile/
- not sure if anyone ever uses or if anyone would benefit from this, but generally a good module: nginx_upload_progress
- virtual host stats: nginx-module-vts
- with-http_geoip_module
- with-http_image_filter_module
- with-libatomic
- with-http_image_filter_module
- possibly add an Environment variable to append to ./configure statement, ie.
$ADDITIONAL_CONFIGURE_PARAMETERS
some of the modules support dynamic loading (like geoip).
here's a very good implementation of dynamic modules: https://github.com/ngineered/nginx-php-fpm/blob/master/Dockerfile combination of both of these image builders would create and ultimate nginx image
Thank you for consideration
Thanks for your comments. I'm definitely open to suggestions about useful modules for the build, while at the same time trying not to go crazy with cruft.
The currently installed modules are only those which I find regular use for. If you would like to create pull requests for modules you find particularly useful, along with supporting arguments then I will definitely consider adding them to the Dockerfiles.