add info to allow building a docker image

See http://www.centurylinklabs.com/small-docker-images-for-go-apps/
This commit is contained in:
Nate Jones 2015-05-22 09:27:31 -07:00
parent 0940ffa495
commit 32a0cf0861
2 changed files with 4 additions and 1 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM scratch
COPY dockviz /
ENTRYPOINT ["/dockviz"]

2
cli.go
View file

@ -1,4 +1,4 @@
package main
package main // import "github.com/justone/dockviz"
import (
"fmt"