# File lib/vagrant-lxc/driver/cli.rb, line 84 def start(options = []) run :start, '-d', '--name', @name, *Array(options) end