# File lib/vagrant-lxc/action/fetch_ip_with_lxc_info.rb, line 35 def get_container_ip_from_ip_addr(driver) output = driver.info '-iH' if output =~ /^([0-9.]+)/ return $1.to_s end end