Project

docora

0.0
No commit activity in last 3 years
No release in over 3 years
The intention is use this to dockerify your rails project for use anywhere in development.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.5
~> 5.8

Runtime

~> 1.7
~> 2.0
~> 0.19
 Project Readme

Docora - Docker Compose + Rails

Run your rails app in docker using docker compose. The intention is use this to dockerify your rails project for use anywhere in development.

Gem Version

get docker docker-compose

docker --version
> Docker version 17.03.1-ce, build c6d412e

docker-compose --version
> docker-compose version 1.11.2, build dfed245

Installation

$ gem install docora

Usage

docora setup         # in your project
docora up            # start the docker containers

Development

Coming soon...

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dakotalightning/docora.

License

The gem is available as open source under the terms of the MIT License.