class Takelage::DockerImage

takelage docker image

Public Class Methods

new(args = [], local_options = {}, configuration = {}) click to toggle source

Initialize takelage docker image

Calls superclass method
# File lib/takelage/docker/image/cli.rb, line 13
def initialize(args = [], local_options = {}, configuration = {})
  # initialize thor parent class
  super args, local_options, configuration

  @docker_user = config.active['docker_user']
  @docker_repo = config.active['docker_repo']
  @docker_registry = config.active['docker_registry']
end

Public Instance Methods

update() click to toggle source
# File lib/takelage/docker/image/cli.rb, line 35
def update
  exit docker_image_update
end