docker build -t estevancastro/go-hello:prod -f Dockerfile ./
docker run -it estevancastro/go-hello:prod bash
ou
docker run -d --name go-hello estevancastro/go-hello:prod
https://hub.docker.com/repository/docker/estevancastro/go-hello
docker build -t estevancastro/go-hello:prod -f Dockerfile ./
docker run -it estevancastro/go-hello:prod bash
ou
docker run -d --name go-hello estevancastro/go-hello:prod
https://hub.docker.com/repository/docker/estevancastro/go-hello