sexybear / codingwithme-nginx

nginx codingwithme code sample include docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

this is local development environment for nginx

Inside boot2docker, use shell script

$ ./start.sh

You will need to access nginx container by

$ docker exec -it nginx bash

Will be nice to open another shell to track logs

$ docker logs -f nginx	

Reference

About

nginx codingwithme code sample include docker


Languages

Language:Shell 100.0%