Class: Itamae::Backend::Docker

Inherits:
Base
  • Object
show all
Defined in:
lib/itamae/backend.rb

Instance Method Summary collapse

Methods inherited from Base

#get_command, #host_inventory, #initialize, #run_command, #send_directory, #send_file

Constructor Details

This class inherits a constructor from Itamae::Backend::Base

Instance Method Details

#finalizeObject



183
184
185
186
# File 'lib/itamae/backend.rb', line 183

def finalize
  image = @backend.commit_container
  Logger.info "Image created: #{image.id}"
end