Skip to content

adrian-marza-mambu/go-hello-world-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

# on mac, ensure docker is running:
# eval $(docker-machine env default)

# build the container into hello-go:latest
docker build -t hello-go .

# run it
docker run --rm -it hello-go:latest

# check image size, it should be around 2MB
docker images | grep hello-go

About

A scratch example of go Hello World

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published