This docker container is created for Nginx configurations developement using njs or hosting nginx and add modules written in njs.
To build the image run the next command:
docker build -t njs-container .
And run the container:
docker run -it njs-container