tanvir002700 / dockerize_rails

A command-line tool for rails to generate docker configurations. ¯\_(ツ)_/¯

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DockerizeRails

GitHub tag Gem Version Downloads Build Status Code Climate Contributors

Installation

Add this line to your rails application's Gemfile:

gem 'dockerize_rails'

And then execute:

$ bundle

Usage

$ bundle exec dock help
$ bundle exec dock configure
$ bundle exec dock configure --skip-desc
$ bundle exec dock dockerize
$ bundle exec dock dockerize --config-test
$ bundle exec dock undockerize
$ bundle exec dock undockerize --purge
$ bundle exec dock docker_info

Demo

asciicast

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 code of conduct.

License

The gem is available as open source under the terms of the MIT License.

FOSSA Status

About

A command-line tool for rails to generate docker configurations. ¯\_(ツ)_/¯

License:MIT License


Languages

Language:Ruby 56.3%Language:Shell 31.2%Language:HTML 12.5%