Skip to content

rsym/nginx_on_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx_on_docker

usage

$ git clone git@github.com:ressy-private/nginx_on_docker.git
$ cd nginx_on_docker
$ docker build -t sample/nginx:0.0 .
$ docker run -d --name sample-nginx -p 80:80 sample/nginx:0.0
$ curl localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors