Merge "Add additional instructions to quick start TL;DR"
[icn.git] / Vagrantfile
index bd770f7..dc20d15 100644 (file)
@@ -66,7 +66,7 @@ Vagrant.configure("2") do |config|
     # Note the apparent typo in the name below, it is correct as-is
     m.vm.box = 'intergratedcloudnative/ubuntu2004'
     m.vm.hostname = 'jump'
-    m.vm.synced_folder '.', '/icn'
+    m.vm.synced_folder '.', '/icn', type: 'nfs'
     m.vm.provider :libvirt do |libvirt|
       libvirt.graphics_ip = '0.0.0.0'
       libvirt.default_prefix = "#{site}-"