# File lib/vagrant-lxc/driver.rb, line 31 def validate! raise ContainerNotFound if @container_name && ! @cli.list.include?(@container_name) end