Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 312 Bytes

docker-go-template

Smallest possible docker & go version using docker multistage and scratch images to have a super small final image.

Usage

  • Adjust the module in go.mod

  • Build with docker

    docker build -t docker-go-template .
    docker run -p 9000:8080 docker-go-template
    http :9000/