/alpine-nginx

nginx built from source on Alpine Linux

Primary LanguageShellMIT LicenseMIT

Alpine Nginx

Tiny web server using nginx built from source on Alpine Linux.

Currently only available on Quay.io:

$ docker pull quay.io/loicmahieu/alpine-nginx

Tags

Currently loicmahieu/alpine-nginx is only published on Quay.io as automated build. Docker tags are reflect of git tag.

Available tags:

Examples

$ docker run quay.io/loicmahieu/alpine-nginx nginx -v
nginx version: nginx/1.9.4
FROM quay.io/loicmahieu/alpine-nginx
COPY www /etc/nginx/html

Overwrite default HTML pages of nginx.

FROM quay.io/loicmahieu/alpine-nginx
COPY conf/nginx.conf /etc/nginx/conf/nginx.conf
COPY www /www

Overwrite whole nginx configuration.