An open API service indexing awesome lists of open source software.

https://github.com/nytimes/nginx-vod-module-docker

Docker image for nginx with Kaltura's VoD module used by The New York Times
https://github.com/nytimes/nginx-vod-module-docker

docker docker-image kaltura-vod nginx nginx-vod

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

nginx-vod-module-docker
=======================

[![Build Status](https://cloud.drone.io/api/badges/nytimes/nginx-vod-module-docker/status.svg)](https://cloud.drone.io/nytimes/nginx-vod-module-docker)

This repository contains a Dockerfile for building nginx with [Kaltura's
vod-module](https://github.com/kaltura/nginx-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/.