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

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

Personal Ruby image based on Ubuntu 16.04
https://github.com/beevelop/docker-ruby

Last synced: 4 months ago
JSON representation

Personal Ruby image based on Ubuntu 16.04

Awesome Lists containing this project

README

          

[![Travis](https://shields.beevelop.com/travis/beevelop/docker-ruby.svg?style=flat-square)](https://travis-ci.org/beevelop/docker-ruby)
[![Pulls](https://shields.beevelop.com/docker/pulls/beevelop/ruby.svg?style=flat-square)](https://links.beevelop.com/d-ruby)
[![Layers](https://shields.beevelop.com/docker/image/layers/beevelop/ruby/latest.svg?style=flat-square)](https://links.beevelop.com/d-ruby)
[![Size](https://shields.beevelop.com/docker/image/size/beevelop/ruby/latest.svg?style=flat-square)](https://links.beevelop.com/d-ruby)
[![Release](https://shields.beevelop.com/github/release/beevelop/docker-ruby.svg?style=flat-square)](https://github.com/beevelop/docker-ruby/releases)
![Badges](https://shields.beevelop.com/badge/badges-7-brightgreen.svg?style=flat-square)
[![Beevelop](https://links.beevelop.com/honey-badge)](https://beevelop.com)

# Ruby 2.3 based on Ubuntu 16.04 (Xenial Xerus)
----
### Pull from Docker Hub
```
docker pull beevelop/ruby:latest
```

### Build from GitHub
```
docker build -t beevelop/ruby github.com/beevelop/docker-ruby
```

### Run image
```
docker run -it beevelop/ruby bash
```

### Use as base image
```Dockerfile
FROM beevelop/ruby:latest
```