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
22122a27b5
portainer
/
Dockerfile
9 lines
83 B
Docker
Raw
Normal View
History
Unescape
Escape
Using centurylink's golang-builder to create tiny docker image, going from ~400MB to 5.4MB.
2015-02-13 06:11:50 +00:00
FROM
scratch
COPY
dist /
Add dockerui server files and Dockerfile
2013-06-22 19:10:22 +00:00
fix(binary): persist CSRF auth file in a volume (#22) * fix(binary): persist CSRF auth file in a volume * docs(options): document the `-data` option
2016-06-29 06:08:50 +00:00
VOLUME
/data
Update Dockerfile to build dockerui.go
2013-10-02 04:44:02 +00:00
EXPOSE
9000
DockerUI => UI For Docker
2016-04-30 02:57:27 +00:00
ENTRYPOINT
[
"/ui-for-docker"
]