Small Nginx server image with LUA module. It also contains the ngx_http_upstream_ketama_chash_module which is useful for load balancing to ensure the same client will use the same upstream server if available.
To test it: docker run -ti --rm -p 8080:80 pickapp/nginx-alpine Then load http://localhost:8080
You can override the default config with a volume (-v) to /etc/nginx/conf.d/default.conf.
This image shuts down gracefully when docker stop is executed.
Content type
Image
Digest
Size
7.8 MB
Last updated
about 9 years ago
docker pull pickapp/nginx-alpine