# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
A scratch example of go Hello World
License
adrian-marza-mambu/go-hello-world-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A scratch example of go Hello World
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published