README ¶ Grace - a simple Go webapp for testing cloudfoundry go get -v github.com/cloudfoundry/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: cfdiegodocker/grace (based on busy-box) To rebuild the dockerimage: docker build -t="cfdiegodocker/grace" . docker push cfdiegodocker/grace Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis handlers experiments helpers probe routes Click to show internal directories. Click to hide internal directories.