Ruby on Rails Creating a Legacy Rails Container Robert Dormer Here at OmbuLabs, we do a lot of work with older versions of Ruby and Rails. Recently, I’ve been taking a look at Docker, Devops Docker Tutorials
Software Development Roll your own Docker containers (part 2) Robert Dormer The last time we looked at Docker, we looked at the most basic and easy version of using it - building an image from Devops Docker Tutorials
Software Development Roll your own Docker containers (part 1) Robert Dormer In my last article, I gave a brief tour of what Docker is, and basic usage. Once you’ve got your feet under you with Devops Docker Tutorials
Software Development A Gentle Introduction To Docker Robert Dormer If you’re like I was not too long ago, the DevOps world gives you a chance to experience what most non-developers probably feel like when Devops Docker Tutorials
Software Development Adding Docker to a Ruby gem Ernesto Tagwerker As a maintainer of a few Ruby gems, I have to decide what is accepted and what gets rejected into the gems. The other day Docker Rubygems Open Source