The altered nginx docker image from the official one, which includes headers-more-nginx-module
Only supports alpine for now.
docker pull kaelz/nginx:alpine
docker run -d -P --name nginx kaelz/nginx:alpineThis is the Git repo of the official Docker image for nginx. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.
The full readme is generated over in docker-library/docs, specificially in docker-library/docs/nginx.