Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Created February 6, 2014 00:19
Show Gist options
  • Save cedricvidal/8836116 to your computer and use it in GitHub Desktop.
Save cedricvidal/8836116 to your computer and use it in GitHub Desktop.
Ubuntu Raring Vagrantfile
Vagrant::Config.run do |config|
config.vm.box = "raring"
config.vm.box_url = "http://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-vagrant-amd64-disk1.box"
config.vm.share_folder("vagrant-root", "/vagrant", ".")
config.vm.customize ["modifyvm", :id, "--memory", 2048]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment