Skip to content

JasonGhent/nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Nginx Dockerfile for trusted automated Docker builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%