Ubuntu-Ruby Docker base image for Ubuntu/Ruby. What's included ruby Usage Create Dockerfile in your project and add the following # Dockerfile FROM zeroc0d3/ubuntu-ruby:2.4.1 Build and run docker # build your dockerfile $ docker build -t your/project .