znorris / nginx-vod-module-docker

Docker image for nginx with Kaltura's VoD module used by The New York Times

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

Docker image for nginx with Kaltura's VoD module used by The New York Times

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%