Fully Dockerized Rails apps

Can any of you point me to examples of Rails apps that are fully Dockerized? I’d like to look at as many examples as possible for a good reference on how to Dockerize Rails projects that I’m on.

An example is https://github.com/codebar/planner .

Sadly, not all apps with a Dockerfile and a docker-compose.yml file allow you to run the test suite in Docker. Examples include Octobox (https://github.com/octobox/octobox) and Rubygems.org (https://github.com/rubygems/rubygems.org).

Hi Jason,

I have the perfect example for you here: https://github.com/marcosvieiraftw/rails-api-quick-starter

I recently created this repository and there you’ll find the application fully dockerized along with test suit running inside the container.

take a look at the readme for how to.