瀏覽代碼

Maybe after all Vagrant is simpler than docker-compose

Using Vagrant with kvm and libvirt still allows me to remove
VirtualBox

This is a partial fix for #56
Oz Tiram 7 年之前
父節點
當前提交
39accb0730
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Vagrantfile

+ 2 - 1
Vagrantfile

@@ -10,7 +10,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   # please see the online documentation at vagrantup.com.
 
   # Every Vagrant virtual environment requires a box to build off of.
-  config.vm.box = "ubuntu/xenial64"
+  config.vm.box = "generic/ubuntu1604"
+  config.vm.box_version = "1.5.0"
   config.vm.hostname = "pwman-dev"
   config.vm.provision :shell, path: "provision_vagrant.sh"