# File lib/vagrant-lxc/driver.rb, line 116 def forced_halt @logger.info('Shutting down container...') @cli.transition_to(:stopped) { |c| c.stop } end