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!
- Host: GitHub
- URL: https://github.com/crazyoptimist/rails-docker-starter
- Owner: crazyoptimist
- Created: 2020-06-07T18:04:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T06:31:57.000Z (over 5 years ago)
- Last Synced: 2025-09-09T12:57:33.811Z (9 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!