Skip to content

rafaelcascalho/hello-go-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Hello Go

Simple hello world in golang using docker.

Run

You can either run the run.sh file with the command

$ sh run.sh

Or you can run the commands by yourself. First, build the image

$ docker build --tag hello-from-go .

Then execute it

$ docker run -it hello-from-go

Built with:

  • Docker: Virtualization tool
  • Golang: General purpose programming language
  • Shell script: Scripting language to simplify the execution steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published