Method: Indocker::BuildContextHelper#containers

Defined in:
lib/indocker/build_context_helper.rb

#containersObject



102
103
104
# File 'lib/indocker/build_context_helper.rb', line 102

def containers
  @containers ||= Containers.new(@configuration)
end