Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
Puby docker container
- Host: GitHub
- URL: https://github.com/kazu69/docker-ruby
- Owner: kazu69
- Created: 2016-07-14T01:27:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T10:59:51.000Z (over 7 years ago)
- Last Synced: 2024-10-19T22:45:50.743Z (3 months ago)
- Homepage: https://hub.docker.com/r/kazu69/ruby/
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```