Skip to content

Instantly share code, notes, and snippets.

@Krucamper
Created September 15, 2018 07:38
Show Gist options
  • Save Krucamper/362a1b73ad9703a10884d83336a3eef8 to your computer and use it in GitHub Desktop.
Save Krucamper/362a1b73ad9703a10884d83336a3eef8 to your computer and use it in GitHub Desktop.
How To Use Vagrant Provision
config.vm.provider "virtualbox" do |v|
v.memory = 1024
v.cpus = 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment