Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeroc0d3/ubuntu-ruby

Docker base image for Ubuntu/Ruby.
https://github.com/zeroc0d3/ubuntu-ruby

docker docker-image dockerfile ubuntu

Last synced: 18 days ago
JSON representation

Docker base image for Ubuntu/Ruby.

Awesome Lists containing this project

README

        

# Ubuntu-Ruby

Docker base image for Ubuntu/Ruby.

## What's included

* ruby

# Usage

* Create `Dockerfile` in your project and add the following

```
# Dockerfile
FROM zeroc0d3/ubuntu-ruby:2.4.1
```

## Build and run docker

```
# build your dockerfile
$ docker build -t your/project .
```