A simple application written in Ruby on Rails that print Hello World!
docker build -t jenciso/ruby-hello-world .
docker run -ti -p 4567:4567 jenciso/ruby-hello-world
curl -vs http://localhost:4567/
curl -vs http://localhost:4567/hi
curl -vs http://localhost:4567/health