Skip to content

Instantly share code, notes, and snippets.

@joefutrelle
Created October 23, 2015 17:36
Show Gist options
  • Select an option

  • Save joefutrelle/45aa90ebf921886d5ce5 to your computer and use it in GitHub Desktop.

Select an option

Save joefutrelle/45aa90ebf921886d5ce5 to your computer and use it in GitHub Desktop.
Vanilla Vagrantfile, Ubuntu 14.04 LTS, 2GB RAM
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |vb|
vb.memory="2048"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment