Skip to content
/ hello-world-go Public template

A 1.9MB hello world docker image made with golang.

Notifications You must be signed in to change notification settings

cedrickring/hello-world-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hello World Image

This is a simple hello world image which just prints "Hello World"

Btw, its only 1.9MB in size! (only the golang executable)

How do I run this image?

You can either build this image by yourself and run it:

docker build -t hello-world .
docker run --rm hello-world

or you can run the pre-built version from Docker Hub:

docker run --rm cedrickring/hello-world

About

A 1.9MB hello world docker image made with golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published