Sign inSign up

klaemo/nginx

By klaemo

Updated almost 11 years ago

nginx 1.7.0 (mainline)

Image
1

4.0K

klaemo/nginx repository overview

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.

Tag summary

Content type

Image

Digest

sha256:d3f63078b

Size

90.9 MB

Last updated

almost 11 years ago

docker pull klaemo/nginx