6eh01der/nginx-win
https://github.com/6eh01der/nginx-win-servercore
This variant based on full featured, production ready nginx for windows http://nginx-win.ecsds.eu/.
Because nginx-win require vcredist (C++ 2010 ) and nanoserver support only MSIX packages this dockerfile based on servercore image for ability to deploy required packages (vcredist_x86.exe & vcredist_x64.exe).
docker run -d --name nginx --expose 80 -p 80:80 nginx-win-servercore
docker run -d --name nginx --expose 80 -p 80:80 -v .\conf:C:\nginx-win\conf nginx-win-servercore
docker run -d --name nginx --expose 80 -p 80:8080 -e PORT=8080 nginx-win-servercore
docker pull 6eh01der/nginx-win