Module: Rake::DSL
- Defined in:
- lib/docker/rake_task.rb
Overview
Monkeypatch Rake to add the ‘image` task.
Instance Method Summary collapse
Instance Method Details
#image(*args, &block) ⇒ Object
36 37 38 |
# File 'lib/docker/rake_task.rb', line 36 def image(*args, &block) Docker::ImageTask.define_task(*args, &block) end |