Skip to content

everydayhero/canary

Repository files navigation

canary

A simple Dockerised canary web app.

Getting started

$> bundle
$> PORT=3000 ECHO=hello ruby ./server.rb

Docker

$> docker run -d -p 3000:3000 -e PORT=3000 -e ECHO="Hello world" everydayhero/canary

About

A simple dockerised canary web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published