Skip to content

gvirtuoso/docker-sample-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-sample-nginx

Sample docker project with Nginx

Building

docker build -t mynginximage .

Running

docker run --name mynginx -p 8080:80 -d mynginximage

About

Sample docker project with Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published