# File lib/vagrant-lxc/driver.rb, line 82 def create(name, backingstore, backingstore_options, template_path, config_file, template_options = {}) @cli.name = @container_name = name @logger.debug "Creating container..." @cli.create template_path, backingstore, backingstore_options, config_file, template_options end