This website requires JavaScript.
Explore
Help
Sign in
simono41
/
dockviz
Watch
1
Star
0
Fork
You've already forked dockviz
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1e678b70e3
dockviz
/
Dockerfile
5 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
add info to allow building a docker image See http://www.centurylinklabs.com/small-docker-images-for-go-apps/
2015-05-22 09:27:31 -07:00
FROM scratch
COPY dockviz /
fill in help, add hint when running in docker
2015-08-18 06:33:22 -07:00
ENV IN_DOCKER true
add info to allow building a docker image See http://www.centurylinklabs.com/small-docker-images-for-go-apps/
2015-05-22 09:27:31 -07:00
ENTRYPOINT ["/dockviz"]
Reference in a new issue
Copy permalink