2018-02-18 15:46:11 +00:00
|
|
|
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"
|
|
|
|
|
2018-03-12 09:49:30 +00:00
|
|
|
ADD release/gorush.exe /gorush.exe
|
2018-03-17 15:07:38 +00:00
|
|
|
HEALTHCHECK --start-period=2s --interval=10s --timeout=5s \
|
|
|
|
CMD ["\\gorush.exe", "--ping"]
|
|
|
|
|
2018-03-12 09:49:30 +00:00
|
|
|
ENTRYPOINT [ "\\gorush.exe" ]
|