Dockerize Go Application ## Build image docker build -t my-go-app . ## Run container once and remove it afterwards docker run --rm my-go-app