Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Docker Ruby Image
https://github.com/mikamai/docker-ruby

Last synced: about 1 month ago
JSON representation

Docker Ruby Image

Awesome Lists containing this project

README

        

## Docker Ruby Image

Our custom docker base image for ruby apps.

### Using this image in your app

In your Dockerfile:

```
FROM quay.io/mikamai/ruby:master
...
```

### Building and Pushing

Builds are triggered automatically on push. They updates the `latest` tag and the `` tag (e.g. a push on the master branch updates the `latest` and `master` tags).

You can also build/push manually. This way a `` tag is also generated.

```
bundle
rake docker:build docker:push
```