Parent

Docker::ImageTask

This class allows image-based tasks to be created.

Public Class Methods

scope_name(_scope, task_name) click to toggle source
# File lib/docker/rake_task.rb, line 3
def self.scope_name(_scope, task_name)
  task_name
end

Public Instance Methods

needed?() click to toggle source
# File lib/docker/rake_task.rb, line 7
def needed?
  !has_repo_tag?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.