Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 484 Bytes

File metadata and controls

24 lines (16 loc) · 484 Bytes

HelloWorldGoServer

GO + Docker + unit tests

go-docker

Several Examples for building docker containers for your Go applications.

Running the app locally

$ go build
$ ./go-docker
2019/02/03 11:38:11 Starting Server
$ curl http://localhost:8080?name=Nofar
Hello, Nofar

Building and running the docker image

Read the tutorial: Building Docker Containers for Go Applications