This repository contains a Dockerfile for building nginx with Kaltura's vod-module.
This repository uses Docker's multi-stage builds, therefore building this image
requires Docker 17.05 or higher. Given that you have all the required
dependencies, building the image is as simple as running a docker build
:
docker build -t nytimes/nginx-vod-module .
The image is available on Docker Hub: https://hub.docker.com/r/nytimes/nginx-vod-module/.