Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 468 Bytes

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