mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
Add support for vmware_fusion
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -27,6 +27,10 @@ Vagrant::configure("2") do |config|
|
||||
vb.customize ["modifyvm", :id, "--memory", BOX_MEMORY]
|
||||
end
|
||||
|
||||
config.vm.provider :vmware_fusion do |v, override|
|
||||
v.vmx["memsize"] = BOX_MEMORY
|
||||
end
|
||||
|
||||
config.vm.define "empty", autostart: false
|
||||
|
||||
config.vm.define "dokku", primary: true do |vm|
|
||||
|
||||
Reference in New Issue
Block a user