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

https://github.com/crazyoptimist/rails-docker-starter

Ruby on Rails Development Kit Leverages Docker!
https://github.com/crazyoptimist/rails-docker-starter

Last synced: 4 months ago
JSON representation

Ruby on Rails Development Kit Leverages Docker!

Awesome Lists containing this project

README

          

# Ruby on Rails Development Kit Containerized

## How to use?

```shell
docker-compose build
```
Now you should got an awesome and smart image named `rails-docker-starter_rails:latest`, you can specify ruby version and node version in Dockerfile according to your need.
All you need to do is:
Bind mount your container and run the rails command like so:
```shell
rails new your-project-name
```

That's it. There you go. 😎
Here is a more detailed [medium article](https://medium.com/@crazyoptimist/how-to-develop-rails-application-using-docker-a-present-for-rubyists-from-a-docker-fan-with-love-343b386a5528), just in case.
Happy coding Rubyists!