Skip to content

gunjank/docker-nginx-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-scratch

Create new Nginx Server from Scratch by using Docker File

Build

docker image build -t nginx-local .

Run

docker run -p 80:80 nginx-local

About

Create new Nginx Server from Scratch by using Docker File

Resources

License

Stars

Watchers

Forks

Packages

No packages published