diff --git a/Vagrantfile b/Vagrantfile index 85af1280a272256e2e7e9f533dd296efb951fa8b..1296db031dcb95be4625788161ea718f9d247b69 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,6 +13,8 @@ Vagrant::Config.run do |config| config.vm.box = BOX_NAME config.vm.box_url = BOX_URI + config.ssh.forward_agent = true + # Provision docker and new kernel if deployment was not done. # It is assumed Vagrant can successfully launch the provider instance. if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?