Monkeypatch Rake to add the image task.
image
36 37 38
# File 'lib/docker/rake_task.rb', line 36 def image(*args, &block) Docker::ImageTask.define_task(*args, &block) end