Skip to content

cookiefission/hello-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Env

Really simple web server which reads an environment variable and says hello to it

Used by swarm-setup

Setup

env GOOS=linux GOARCH=386 go build hello.go
docker build -t seankenny/hello-env .
docker run -e HELLO_TO="@cookiefission" seankenny/hello-env