Nginx extended version: provides a version of nginx with the standard modules, plus extra features and modules, this container is based on ubuntu:16.04 (trusty) and the official PPA.
- 1.10
- 1.11
- 1.12
- 1.13, latest
Core, Access, Auth Basic, Auto Index, Browser, Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests, Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, SSI, Upstream, User ID, UWSGI.
Addition, Debug, Embedded Perl, FLV, GeoIP, Gzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP, Secure Link, Spdy, SSL, Stub Status, Substitution, WebDAV, XSLT.
Mail Core, IMAP, POP3, SMTP, SSL.
Auth PAM, Chunkin, DAV Ext, Echo, Embedded Lua, Fancy Index, HttpHeadersMore, HTTP Substitution Filter, http push, Nginx Development Kit, Upload Progress, Upstream Fair Queue.
$ docker run -v /path/to/html:/var/www/html -p 8080:80 byjg/nginx-extras
If you want to setup your own configuration run:
$ docker run -v /path/to/html:/var/www/html -v /path/to/sites-enabled:/etc/nginx/sites-enabled -p 8080:80 byjg/nginx-extras
This Dockerfile uses code from : https://github.com/x-drum/docker-nginx-extras and https://github.com/yfix/docker-nginx (fork from the first)
I removed a lot of things and made it really simple.