Class: Dapp::Dimg::Image::Dimg

Inherits:
Stage show all
Defined in:
lib/dapp/dimg/image/dimg.rb

Instance Attribute Summary

Attributes inherited from Docker

#dapp, #from, #name

Instance Method Summary collapse

Methods inherited from Stage

#build!, #built?, #built_id, #import!, #initialize, #labels, #save_in_cache!

Methods included from Argument

#add_change_cmd, #add_change_entrypoint, #add_change_env, #add_change_expose, #add_change_label, #add_change_onbuild, #add_change_user, #add_change_volume, #add_change_workdir, #add_command, #add_env, #add_service_change_label, #add_service_command, #add_volume, #add_volumes_from, #prepare_instructions

Methods inherited from Docker

#config_option, #created_at, #id, image_by_name, image_config, image_config_option, image_inspect, image_inspects, image_name?, image_name_format, image_reset, images, #initialize, load!, #pull!, #push!, reset_image_inspect, save!, #size, tag!, tag?, tag_format, #tagged?, #untag!

Constructor Details

This class inherits a constructor from Dapp::Dimg::Image::Stage

Instance Method Details

#export!(export_name = name) ⇒ Object



5
6
7
# File 'lib/dapp/dimg/image/dimg.rb', line 5

def export!(export_name = name)
  super(export_name)
end

#tag!(tag_name = name) ⇒ Object



9
10
11
# File 'lib/dapp/dimg/image/dimg.rb', line 9

def tag!(tag_name = name)
  super(tag_name)
end