Skip to content

brandon-rich-aws-deployment-course/nginx_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To build locally, run Docker on your machine and run this:

docker build -t my_nginx_demo .
docker run -p 80:80 my_nginx_demo

Then navigate to http://localhost in your browser.

About

Simple docker demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published