feat(windows): support windows container. (#339)

This commit is contained in:
Bo-Yi Wu
2018-02-18 23:46:11 +08:00
committed by GitHub
parent 398b77744c
commit 4b65eadc1e
2 changed files with 71 additions and 0 deletions

10
Dockerfile.windows Normal file
View File

@@ -0,0 +1,10 @@
# escape=`
FROM microsoft/nanoserver:10.0.14393.1884
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
org.label-schema.name="Gorush" \
org.label-schema.vendor="Bo-Yi Wu" \
org.label-schema.schema-version="1.0"
ADD gorush.exe c:\gorush.exe
ENTRYPOINT [ "c:\\gorush.exe" ]