/nginx-nanoserver

Dockerfile for nginx on nanoserver

MIT LicenseMIT

nginx-nanoserver

This dockerfile uses native 64 bit version of nginx from http://nginx.kr and installs it to microsoft/nanoserver based container. Official version of nginx cannot be used because it is 32 bit version of binary which is not supported on nano server.

Build

docker build -t nginx-nanoserver .

Run

docker run -d --name nginx -p 80:80 nginx-nanoserver