Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julienvincent/docker-nginx

Dockerfile for nginx running on debian
https://github.com/julienvincent/docker-nginx

Last synced: about 2 months ago
JSON representation

Dockerfile for nginx running on debian

Awesome Lists containing this project

README

        

# Nginx Dockerfile

This repository contains an automated **Dockerfile** of [nginx](http://nginx.org/)

## Supported tags

+ `latest`
+ `1.9.2`
+ `1.7.10`
+ `react`

### Base Docker Image

* [nginx](https://registry.hub.docker.com/u/library/nginx/)

### Usage

docker run --name nginx -v /some/content:/data/www -d julienvincent/nginx