A nginx development enviroment base on nginx-1.16.0
89
A nginx development enviroment, it base on nginx-1.16.0, include echo-nginx-module and headers-more-nginx-module
Then you can run this images:
docker run --rm -it -p 80:80 alexwoo/nginx
Map user development path as
docker run --rm -it -p 80:80 -v /path/to/development/workdir:/root/work/ alexwoo/nginx
such as:
docker run --rm -it -p 80:80 -v ~/Github:/root/work/ alexwoo/nginx
Map user conf path
docker run --rm -it -p 80:80 -v conf:/usr/local/nginx/conf -v /path/to/development/workdir:/root/work/ alexwoo/nginx
Content type
Image
Digest
Size
348.2 MB
Last updated
about 7 years ago
docker pull alexwoo/nginx