Lattice has been deprecated. Please use the new test-app.
cf push lattice-app
/
: a simple landing page displaying the index and uptime
/env
: displays environment variables
/exit
: instructs Lattice to exit with status code 1
/port
: returns the local port the request was received on
By providing a customer start command, you can configure the app to listen on multiple ports. The app responds the same way to each port.
cf push lattice-app -c "lattice-app --ports=7777,8888"
Lattice-App is packaged as a docker image at cloudfoundry/lattice-app
ltc create lattice-app cloudfoundry/lattice-app
./build.sh
Assumes you have the go toolchain (with the ability to cross-compile to different platforms) and docker installed and pointing at your docker daemon.