/nginx

Nginx Dockerfile for trusted automated Docker builds.

Primary LanguageShell

Nginx Dockerfile

For license and more general information, see the original.

Usage

Build image docker build -t . .

Instantiate container docker run -d -p 80:80

Instantiate container and send logs to on host docker run -d -p 80:80 -v :/var/log/nginx

After a few seconds, open http://<host> to see the welcome page.