klaemo/nginx

By klaemo

Updated over 9 years ago

nginx 1.7.0 (mainline)

Image
1

3.0K

Nginx Dockerfile

Same as dockerfile/nginx but with nginx mainline instead of stable.

This repository contains Dockerfile of Nginx for Docker's trusted build published to the public Docker Registry.

Dependencies
Installation
  1. Install Docker.

  2. Download trusted build from public Docker Registry: docker pull klaemo/nginx

    (alternatively, you can build an image from Dockerfile: docker build -t="klaemo/nginx" github.com/klaemo/nginx)

Usage
docker run -d -p 80:80 klaemo/nginx

Attach persistent/shared directories

docker run -d -p 80:80 -v <sites-enabled-dir>:/etc/nginx/sites-enabled -v <log-dir>:/var/log/nginx klaemo/nginx

Open http://<host> to see the welcome page.

Docker Pull Command

docker pull klaemo/nginx