Code Climate Test Coverage Issue Count

Whally

Code Climate Issue Count Test Coverage

Whally is a command with the intention to automatically dockerize rails app.

Table of contents

Quick start

To install the gem you can just run the following command:

% gem install whally

You now have access to the whally command through the CLI.

Usage

To dockerize a rails app, just use the whally command:

% whally dockerize

What it actually do?

It will create the dockerfile and docker-compose.yml that your app needs based on your Gemfile.

It will scan your gemfile and call WhallyAPI and send it an array of all the gems. It will receive all gems dependencies that will go straight to dockerfile and all gems services that will go straight to docker-compose.yml

After that you can just run docker-compose up -d and start working on your newly dockerized app!

It will also:

  1. Run docker-compose up -d to start your container when whally dockerize is called.

Bug tracker & feature request

For bugs and feature request, head to the issues section and if necessary create one.

Contributing

Everyone is freely to collaborate and submit pull request if needed.

Credits

Thank you contributors!

Icalia Labs

WhallyAPI is maintained by Icalia Labs.