Skip to content

codeship/go-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hello-world

A simple hello-world application written in Go to illustrate multi-stage builds in Docker 17.05, and the builder pattern

docker build -t single-stage -f Dockerfile.single .

docker build -t multi-stage -f Dockerfile.multi .

$ docker images

REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
single-stage        latest              58328409dbf7        2 minutes ago       704MB
multi-stage         latest              9af3c2a2bf40        23 minutes ago      5.54MB

😱

About

**Docker 17.05** A simple hello-world application written in Go to illustrate multi-stage builds, and the builder pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages