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
- Add
require "docker-construct"to your Rakefile - Call the tasks that you want, just as with your usual Rake tasks (examples below!).
Contributing
- Make a fork
- Make your changes!
- Push your changes to your fork
- Create a Pull Request