Files
website/content/en/docs/tasks/access-application-cluster/hello
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00
..
2018-05-05 09:00:51 -07:00
2018-05-05 09:00:51 -07:00
2018-05-05 09:00:51 -07:00

Build hello go binary first

    go build -tags netgo -ldflags "-extldflags '-lm -lstdc++ -static'" .

Then build docker image

    docker build -t hello .