Method: Construi::Image#start

Defined in:
lib/construi/image.rb

#start(options = {}) ⇒ Object



62
63
64
# File 'lib/construi/image.rb', line 62

def start(options = {})
  Container.create(self, options).tap(&:start)
end