Skip to content

This stores the Go http server to be used to test the pipeline

Notifications You must be signed in to change notification settings

frederiko/hello-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hellopilmeo

Building simplehttp

$ go get github.com/pilmeo/hellopilmeo
If you are running on Linux
$ GOOS=linux GOARCH=amd64 go build .

Creating the Docker image

$ cd $GOPATH/src/github.com/pilmeo/simplehttp
$ docker build -t fcosta/simplehttp .

Running the container

$ docker run -p 8080:8080 fcosta/simplehttp 
$ docker run -p 8080:8080 -d fcosta/simplehttp (in background)

About

This stores the Go http server to be used to test the pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published