Skip to content

jtu-ampere/nginx-vod-module-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-vod-module-container

This repository contains a Dockerfile for building a non-root user container image for nginx with Kaltura's vod-module.

Building locally

Building this image requires Docker 17.05 or higher, Podman 3.3 or above. Given that you have all the required dependencies, building the image is as simple as running a docker build:

docker build -t ampere/nginx-vod-app .

or

podman build -t ampere/nginx-vod-app .

Credits

Thanks to https://github.com/nytimes/nginx-vod-module-docker for providing the Dockerfiles that inspired me.

About

A rootless user container of Nginx with Kaltura's VOD module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%