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.
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.