cschritt/dockerdns

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Build Status](https://travis-ci.org/cschritt/dockerdns.svg)](https://travis-ci.org/cschritt/dockerdns) [![Code Climate](https://codeclimate.com/github/cschritt/dockerdns/badges/gpa.svg)](https://codeclimate.com/github/cschritt/dockerdns) [![Test Coverage](https://codeclimate.com/github/cschritt/dockerdns/badges/coverage.svg)](https://codeclimate.com/github/cschritt/dockerdns/coverage)
# Dockerdns
This Gem give you the power to monitor the Docker event stream via it's API and send dynamic updates to a DNS server on certain events

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dockerdns'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install dockerdns

## Usage


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/cschritt/dockerdns. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://github.com/cschritt/dockerdns/blob/master/CODE_OF_CONDUCT.md) code of conduct.