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.
- Host: GitHub
- URL: https://github.com/habu-kagumba/docker-rails
- Owner: Habu-Kagumba
- Created: 2017-04-09T21:18:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T13:15:36.000Z (over 6 years ago)
- Last Synced: 2025-03-29T12:27:18.782Z (over 1 year ago)
- Topics: docker-image, rails
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[...]
```