An open API service indexing awesome lists of open source software.

https://github.com/zeroc0d3/ruby

Ruby docker images from Ubuntu. Installation using ruby-install
https://github.com/zeroc0d3/ruby

docker dockerfile ruby

Last synced: 10 months ago
JSON representation

Ruby docker images from Ubuntu. Installation using ruby-install

Awesome Lists containing this project

README

          

# Ruby Dockerfile

[![](https://images.microbadger.com/badges/image/zeroc0d3/ruby:2.4.0.svg)](https://microbadger.com/images/zeroc0d3/ruby:2.4.0 "Layers") [![](https://images.microbadger.com/badges/version/zeroc0d3/ruby:2.4.0.svg)](https://microbadger.com/images/zeroc0d3/ruby:2.4.0 "2.4.0")

## What's include

### Usage

* Create `Dockerfile` to your project and paste below code.

```
# Dockerfile
FROM zeroc0d3/ruby:2.4.0
```