Sha256: d098adeff0a49da96736018b56c6c783ff1d3245673b110bf28aea545f9fed7e

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docktor-0.2.0 README.md
docktor-0.1.0 README.md