Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 762 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 762 Bytes

nginx-vod-module-docker

Build Status

This repository contains a Dockerfile for building nginx with Kaltura's vod-module.

Building locally

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 .

Docker Hub

The image is available on Docker Hub: https://hub.docker.com/r/nytimes/nginx-vod-module/.