website/docs/tasks/access-application-cluster/hello
Steve Perry 29790b232c Move to Tasks: Connect Front Back. (#3643)
* Move to Tasks: Connect Front Back.

* Fix paths.
2017-05-04 16:48:27 -07:00
..
Dockerfile Move to Tasks: Connect Front Back. (#3643) 2017-05-04 16:48:27 -07:00
README Move to Tasks: Connect Front Back. (#3643) 2017-05-04 16:48:27 -07:00
main.go Move to Tasks: Connect Front Back. (#3643) 2017-05-04 16:48:27 -07:00

README

Build hello go binary first

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

Then build docker image

    docker build -t hello .