Skip to content

jbayer/grace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grace - a simple Go webapp for testing cloudfoundry

go get -v github.com/onsi/grace
goto grace

To push to diego

export APP_NAME=grace
cf push $APP_NAME --no-start -b=go_buildpack
cf curl /v2/apps/`cf app $APP_NAME --guid` -X PUT -d '{"diego":true}'
cf start $APP_NAME

Dockerimage: onsi/grace (based on ubuntu) onsi/grace-busybox (based on busy-box)

To rebuild the dockerimage:

docker build -t="onsi/grace-busybox" .
docker push onsi/grace-busybox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • Shell 2.0%