Sign inSign up

chrisdaish/nginx

By chrisdaish

Updated almost 11 years ago

Slim image (6 MB) of Nginx 1.8.0 running under Alpine Linux 3.2.

Image
0

10K+

chrisdaish/nginx repository overview

Nginx

Slim image (6 MB) of Nginx 1.8.0 running under Alpine Linux 3.2.

How to use

docker run -p 80:80 chrisdaish/nginx

With bespoke configuration:

docker run  -v <configPath>/nginx.conf:/etc/nginx/nginx.conf:ro \
            -v <webrootPath:/usr/share/nginx/html:ro \
            -v /var/log/nginx:/var/log/nginx:rw \
            -v /etc/localtime:/etc/localtime:ro \
            -p 80:80 \
            chrisdaish/nginx

Tag summary

Content type

Image

Digest

sha256:ee8a7ca3d

Size

3 MB

Last updated

almost 11 years ago

docker pull chrisdaish/nginx