docker-ruby A base image for Ruby projects. Usage docker pull cxops/ruby:2.2.3 Building git clone [email protected]:CXInc/docker-ruby.git cd docker-ruby # Update the tag based on the latest Ruby version docker build -t cxops/ruby:2.2.3 .