Vagrant.configure("2") do |config| config.vm.box = "terrywang/archlinux" config.vm.synced_folder ".", "/vagrant_data" end