mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
feat: add support for new vmware_desktop provider
This commit is contained in:
committed by
GitHub
parent
1203146ab9
commit
50357eb682
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -33,6 +33,10 @@ Vagrant::configure("2") do |config|
|
||||
v.vmx["memsize"] = BOX_MEMORY
|
||||
end
|
||||
|
||||
config.vm.provider :vmware_desktop 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