GitXplorerGitXplorer
c

hello-world-go

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6020b74d600ed5f47a55667f9e5782c946acf202

Fixed typo

ccedrickring committed 6 years ago
Unverified
889bd9c253c3e88d225821f2ebd3ae250445fd1c

Add run instructions to README.md

ccedrickring committed 6 years ago
Unverified
de9f7d2b479a0e084a342e8e9c83332c1b903f1f

Made final image even smaller

ccedrickring committed 6 years ago
Unverified
10e1b9425e8b32a9487c6f2d2fa875dc935a5098

Initial commit

ccedrickring committed 6 years ago

README

The README file for this repository.

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