google/golang-hello
is a docker image for a hello world application using "github.com/gorilla/mux".
It is based on google/golang-runtime
base image and listen on port 8080
.
It also imports package internal
from the gopath
subdirectory.
-
Run the following command
docker run -p 8080 google/golang-hello