# File lib/specinfra/backend/lxc.rb, line 36 def send_file(from, to) FileUtils.cp(from, File.join(ct.config_item('lxc.rootfs'), to)) end