Sha256: 59db419b5f3000a69c797aeb42040ab44ec959de1202fc9a9a5992a515b7fffa

Contents?: true

Size: 1.77 KB

Versions: 3

Compression:

Stored size: 1.77 KB

Contents

# DockerizeRails

[![GitHub tag](https://img.shields.io/github/tag/eendroroy/dockerize_rails.svg)](https://github.com/eendroroy/dockerize_rails)
[![Gem Version](https://badge.fury.io/rb/dockerize_rails.svg)](https://rubygems.org/gems/dockerize_rails)
[![Downloads](https://img.shields.io/gem/dt/dockerize_rails.svg)](https://rubygems.org/gems/dockerize_rails)
[![Build Status](https://travis-ci.org/eendroroy/dockerize_rails.svg?branch=master)](https://travis-ci.org/eendroroy/dockerize_rails)
[![Code Climate](https://codeclimate.com/github/eendroroy/dockerize_rails/badges/gpa.svg)](https://codeclimate.com/github/eendroroy/dockerize_rails)
[![Contributors](https://img.shields.io/github/contributors/eendroroy/dockerize_rails.svg)](CONTRIBUTORS.md)

## Installation

Add this line to your rails application's Gemfile:

```ruby
gem 'dockerize_rails'
```

And then execute:
```bash
$ bundle
```

## Usage

```bash
$ bundle exec dock help
$ bundle exec dock configure
$ bundle exec dock dockerize
$ bundle exec dock undockerize
$ bundle exec dock docker_info
```

## Demo

[![asciicast](https://asciinema.org/a/121552.png)](https://asciinema.org/a/121552)

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/eendroroy/dockerize_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dockerize_rails-1.0.3.beta.3 README.md
dockerize_rails-1.0.3.beta.2 README.md
dockerize_rails-1.0.3.beta.1 README.md