Go/Gin Sample Constructed by Go Gin Instration Preparation You need below Docker >= v20.10.X go mod init gin-sample go get github.com/gin-gonic/gin Start Http docker-compose build docker-compose up -d Stop Http docker-compose stop