eingress / docker-nginx-tiny

A minimalist Nginx build for serving static assets.

Home Page:https://hub.docker.com/r/eingressio/nginx-tiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx Tiny

A minimalist Nginx build for serving static assets over HTTP only; intended for use behind a TLS terminating load balancer.

Run using the bundled lightweight nginx.conf…

docker run -d -p 8080:80 -v /path/to/html:/usr/local/nginx/html eingressio/nginx-tiny

…or using a custom nginx.conf

docker run -d -p 8080:80 -v /path/to/html:/usr/local/nginx/html -v /path/to/nginx.conf:/usr/local/nginx/conf/nginx.conf eingressio/nginx-tiny

About

A minimalist Nginx build for serving static assets.

https://hub.docker.com/r/eingressio/nginx-tiny

License:ISC License


Languages

Language:Dockerfile 78.4%Language:Makefile 21.6%