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
- Host: GitHub
- URL: https://github.com/nytimes/nginx-vod-module-docker
- Owner: nytimes
- License: apache-2.0
- Created: 2017-07-13T19:16:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T10:04:32.000Z (over 2 years ago)
- Last Synced: 2025-07-18T08:31:33.146Z (5 months ago)
- Topics: docker, docker-image, kaltura-vod, nginx, nginx-vod
- Language: Dockerfile
- Homepage:
- Size: 88.3 MB
- Stars: 167
- Watchers: 16
- Forks: 83
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nginx-vod-module-docker
=======================
[](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/.