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