This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
59f1a2f673
portainer
/
build
/
windows
/
nanoserver
/
Dockerfile
10 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
Use microsoft base images (#296) Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2016-10-29 03:38:32 +00:00
FROM
microsoft/nanoserver
chore(docker): update build system with Docker for Windows support (#283)
2016-10-25 20:04:26 +00:00
COPY
dist /
WORKDIR
/
EXPOSE
9000
ENTRYPOINT
[
"/portainer.exe"
]