Skip to content

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

Notifications You must be signed in to change notification settings

jgroeneveld/docker-go-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published