Methods

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 36
def image(*args, &block)
  Docker::ImageTask.define_task(*args, &block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.