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
b87a4d5637
dockviz
/
Dockerfile
5 lines
71 B
Docker
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 18:27:31 +02:00
FROM
scratch
COPY
dockviz /
fill in help, add hint when running in docker
2015-08-18 15:33:22 +02: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 18:27:31 +02:00
ENTRYPOINT
[
"/dockviz"
]
Reference in a new issue
Copy permalink