OpenResty (aka. ngx_openresty) is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules.
Web developers can use the Lua programming language to script various existing nginx C modules and Lua modules.
wow73611/openresty is based on wow73611/ubuntu image.
Run the following command:
docker run -d -p 8080:80 wow73611/openresty
Testing:
$ curl -i http://127.0.0.1:8080
HTTP/1.1 200 OK
Server: openresty/1.7.7.1
Date: Wed, 25 Feb 2015 03:21:20 GMT
Content-Type: text/plain
Transfer-Encoding: chunked
Connection: keep-alive
hello, world
Content type
Image
Digest
sha256:40abf46ce…
Size
179.3 MB
Last updated
almost 10 years ago
docker pull wow73611/openresty