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

https://github.com/kazu69/docker-ruby

Puby docker container
https://github.com/kazu69/docker-ruby

Last synced: 3 months ago
JSON representation

Puby docker container

Awesome Lists containing this project

README

        

Ruby Docker container
====================

> In this Dockerfile by using the rbenv you have installed the ruby

Installation
-----

The easiest way to do this is to get from Docker registry

```sh
$ docker pull kazu69/ruby:VERSION
```

Also possible to use or from github to get

```sh
$ git clone https://github.com/kazu69/docker-ruby.git
$ cd docker-ruby
$ docker build -t kazu69/docker-ruby .
```