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

https://github.com/habu-kagumba/docker-rails

Rails 4 & 5 docker alpine-based images.
https://github.com/habu-kagumba/docker-rails

docker-image rails

Last synced: 2 months ago
JSON representation

Rails 4 & 5 docker alpine-based images.

Awesome Lists containing this project

README

          

# Rails (4, 5) Development Dockerfiles

These are simple alpine based Dockerfiles for simple rails applications. Currently for Rails 4, 5.

## Usage

Just add image in your dockerfile

For Rails 4:

```
FROM habu/rails4

[...]
```

For Rails 5:

```
FROM habu/rails5

[...]
```