This tutorial will teach you how to use CircleCI with Docker for CD. Includes a sample Rake + SSHKit deploy script and production docker-compose.yml. Hope you enjoy the read.
Rails & Docker are my preference so I did look for alternatives to them. I tried Codeship and Shippable before deciding on CircleCI. I tried Capistrano before deciding on SSHKit + Rake. I went through numerous revisions of circle.yml and docker-compose.production.yml before settling on the ones outlined in the article.
Definitely. I plan to blog my experience with hosted CI options. I have a paragraph in the CD tutorial that discusses why Capistrano felt heavy-handed. Thanks for your interest!
I wrote this after a couple weeks with Docker. It explains how to dockerize a Rails application and get it running with Nginx, Unicorn, and Postgres. I hope someone finds it useful!