# Docktor Docktor is tool for defining and running multi-container applications with Docker, specific for development. This gem is under development. ## Installation Add this line to your application's Gemfile: ```ruby gem 'docktor' ``` And then execute: $ bundle Or install it yourself as: $ gem install docktor ## Usage Create a file `docktor.yml` in application root, then run: ```ruby doc ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).