development/Vagrantfile in vocker-0.1.0 vs development/Vagrantfile in vocker-0.2.0
- old
+ new
@@ -8,10 +8,9 @@
Vagrant.require_plugin 'vocker'
Vagrant.configure("2") do |config|
config.vm.box = "raring64"
config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root'#, nfs: true
- config.vm.synced_folder "~/projetos/oss/ventriloquist", "/home/vagrant/ventriloquist"
config.vm.network :private_network, ip: "192.168.123.123"
config.cache.auto_detect = true
config.vm.provider :lxc do |lxc|