Sign inSign up

ankitrgadiya/nginx

By ankitrgadiya

Updated over 8 years ago

Docker Container for Nginx

Image
0

278

ankitrgadiya/nginx repository overview

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.

Usage

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

Source

Tag summary

Content type

Image

Digest

Size

3.7 MB

Last updated

over 8 years ago

docker pull ankitrgadiya/nginx