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
07db1ca16e
portainer
/
build
/
linux
/
Dockerfile
8 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
feat(Dockerfile): use portainer/base image (#1045)
2017-07-18 10:17:31 +00:00
FROM
portainer/base
Using centurylink's golang-builder to create tiny docker image, going from ~400MB to 5.4MB.
2015-02-13 06:11:50 +00:00
COPY
dist /
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
chore(grunt): fix an issue with the Docker image building process in grunt
2016-10-25 23:09:09 +00:00
WORKDIR
/
Update Dockerfile to build dockerui.go
2013-10-02 04:44:02 +00:00
EXPOSE
9000
feat(global): add templates support ('apps') (#154)
2016-08-23 06:09:14 +00:00
refactor(global): rename uifd to portainer
2016-09-04 02:50:37 +00:00
ENTRYPOINT
[
"/portainer"
]