module Rake::DSL

Monkeypatch Rake to add the ‘image` task.

Public Instance Methods

image(*args, &block) click to toggle source
# File lib/docker/rake_task.rb, line 38
def image(*args, &block)
  Docker::ImageTask.define_task(*args, &block)
end