Sign inSign up

eingressio/alpine-nginx

By eingressio

Updated 4 months ago
Archived

Alpine based Nginx with all default modules.

Image
Web servers
0

2.3K

eingressio/alpine-nginx repository overview

THIS IMAGE IS NOW HOSTED AT GHCR.IO/EINGRESS/ALPINE-NGINX AND WILL NOT BE UPDATED HERE

Alpine Nginx

Alpine based Nginx with all default modules.

Run using the bundled lightweight nginx.conf…

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

…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/alpine-nginx

Tag summary

Content type

Image

Digest

sha256:2d77bebba

Size

597.3 kB

Last updated

4 months ago

docker pull eingressio/alpine-nginx