Build from official nginx source with many modules.
1M+
Maintained by: Jason He
Where to file issues:
https://github.com/hetianyi/nginx-docker/issues
Supported architectures: (more info)
amd64, arm32v6, arm32v7, arm64v8, i386
Use like you would any other base image:
docker run -d -p 80:80 --name nginx hehety/nginx
--with-select_module \
--with-poll_module \
--with-threads \
--with-file-aio \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_realip_module \
--with-http_addition_module \
--with-http_xslt_module \
--with-http_image_filter_module \
--with-http_geoip_module \
--with-http_sub_module \
--with-http_dav_module \
--with-http_flv_module \
--with-http_mp4_module \
--with-http_gunzip_module \
--with-http_gzip_static_module \
--with-http_auth_request_module \
--with-http_random_index_module \
--with-http_secure_link_module \
--with-http_degradation_module \
--with-http_slice_module \
--with-http_stub_status_module \
--with-http_perl_module \
--with-mail \
--with-mail_ssl_module \
--with-stream \
--with-stream_ssl_module \
--with-stream_realip_module \
--with-stream_geoip_module \
--with-stream_ssl_preread_module \
--with-compat \
--with-pcre \
--with-pcre-jit \
--with-libatomic \
--with-debug
Content type
Image
Digest
Size
13.3 MB
Last updated
about 4 years ago
docker pull hehety/nginx