Method: Indocker::Containers::ContainerBuilder#start

Defined in:
lib/indocker/containers/container_builder.rb

#start(opts) ⇒ Object



172
173
174
175
176
# File 'lib/indocker/containers/container_builder.rb', line 172

def start(opts)
  opts = Indocker::HashMerger.deep_merge(container.start_options, opts)
  container.set_start_options(opts)
  self
end