DockerConstruct

Rake tasks to build docker images

Installation

Either:

  • Add gem "docker-construct" to your Gemfile and run bundle install.

or

  • Run gem install docker-construct

Usage

  1. Add require "docker-construct" to your Rakefile
  2. Call the tasks that you want, just as with your usual Rake tasks (examples below!).

Contributing

  1. Make a fork
  2. Make your changes!
  3. Push your changes to your fork
  4. Create a Pull Request