Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 27 days 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 .
```