Dockerify
A Ruby gem to generate Docker configuration files based on Phusion's Passenger Docker containers
Installation
Add this line to your application's Gemfile:
gem 'dockerify'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dockerify
Usage
dockerify new # to create Docker configuration files
dockerify remove # to remove them
Contributing
- Fork it ( https://github.com/chrisbutcher/dockerify/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request