Sign inSign up

pottava/nginx

By pottava

Updated about 10 years ago

Nginx images based on Alpine Linux.

Image
1

2.4K

pottava/nginx repository overview

Nginx Dockerfiles based on Alpine Linux 3.4.

Images

https://hub.docker.com/r/pottava/nginx/

Available Tags

https://hub.docker.com/r/pottava/nginx/tags/

・latest (versions/1.11-lua/Dockerfile) ・1.11 (versions/1.11/Dockerfile) ・1.11-lua (versions/1.11-lua/Dockerfile) ・1.10 (versions/1.10/Dockerfile) ・1.10-lua (versions/1.10-lua/Dockerfile) ・1.8 (versions/1.8/Dockerfile) ・1.8-lua (versions/1.8-lua/Dockerfile)

Usage

If you have html contents, run with following commands
docker run --rm -p 80:80 -v $(pwd)/html:/etc/nginx/html pottava/nginx

If you want to change configurations (e.g. reverse-proxy mode), run with following commands
docker run --rm -p 80:80 -v $(pwd)/conf/nginx.conf:/etc/nginx/conf/nginx.conf pottava/nginx

Tag summary

Content type

Image

Digest

Size

10.3 MB

Last updated

about 10 years ago

docker pull pottava/nginx