Skip to content

tenzan/nginx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Work in Progress

  1. git pull <this-repo>

  2. cd <this-repo>

  3. Build container with name nginx-cont

docker build -t nginx-cont .

  1. Start container docker run --name nginx-cont -d -p 8080:80 nginx

  2. Check your docker-machine's IP address by docker-machine ip default this was 192.168.99.100 in my case

  3. http://192.168.99.100:8080/ will show Nginx's default page

Note: nginx.conf is not used here for now.

Still WIP

Official build of Nginx Note: based on Debian https://hub.docker.com/_/nginx/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages