Dockerisation of nginx luajit webserver

  • From: Daniel Lewis <daniellewis777@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 21 Jul 2015 14:09:34 +0100

Thought it might be of interest that I have dockerised an nginx webserver
that uses the luajit nginx module. This docker image is well tested and
stable and provides nginx web developers ease of access to luajit since it
is very simple to start an nginx webserver using docker - a one liner!

The dockerfile and relevant code is available at ...

https://registry.hub.docker.com/u/danday74/nginx-lua/

This dockerises the instructions provided at ...

http://wiki.nginx.org/HttpLuaModule#Installation

Docker is essentially virtualisation software that allows developers to
"spin up" multiple identical environments within seconds.

Thanks

Dan Lewis

Other related posts:

  • » Dockerisation of nginx luajit webserver - Daniel Lewis