Note: This is not Official Nginx Docker image and it is not meant for Production.
This is a small alpine based Docker image, which can turn specified folder into Nginx Web Server Root.
This is how I use it with nginx-proxy
docker run --name nginx --rm -v /var/www/server:/www -e VIRTUAL_HOST=example.org -d -m 100mb ankitrgadiya/nginx:latest
Content type
Image
Digest
Size
3.7 MB
Last updated
over 8 years ago
docker pull ankitrgadiya/nginx