Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 236 Bytes

File metadata and controls

12 lines (9 loc) · 236 Bytes

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