Go Docker Tutorial Tutorial link Video link Run with Golang go run main.go which will kick of a server on http://localhost:8081. Run with Docker docker build -t my-go-app . docker run -p 8080:8081 -it my-go-app