Skip to content

Instantly share code, notes, and snippets.

@IcaroBichir
Created July 8, 2015 03:31
Show Gist options
  • Save IcaroBichir/76efc22d1725b96ea1e9 to your computer and use it in GitHub Desktop.
Save IcaroBichir/76efc22d1725b96ea1e9 to your computer and use it in GitHub Desktop.
Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |vb|
vb.memory = "1024"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment