Sign inSign up

hehety/openresty

By hehety

Updated about 4 years ago

Image
0

1.2K

hehety/openresty repository overview

Openresty Docker Image

Maintained by: Jason He

1.21.4-extras (RTMP supported, ffmpeg)

1.21.4

1.19.3

1.17.8

1.15.8

1.13.6

Quick reference

Where to file issues:

https://github.com/hetianyi/nginx-docker/issues

Supported architectures: (more info)

amd64, arm32v6, arm32v7, arm64v8, i386

How to use this image

Use like you would any other base image:

docker run -d -p 80:80 --name nginx hehety/openresty:latest

# run with with rtmp module
docker run -d -p 80:80 --name nginx hehety/openresty:1.21.4-extras

Buildin Nginx Modules

--with-debug \
--with-http_iconv_module \
--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-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-libatomic

Tag summary

Content type

Image

Digest

Size

23.3 MB

Last updated

about 4 years ago

docker pull hehety/openresty