Class: Itamae::Backend::Docker

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

Instance Attribute Summary

Attributes inherited from Base

#executed_commands

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

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

Instance Method Details

#finalizeObject



268
269
270
271
# File 'lib/itamae/backend.rb', line 268

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