Skip to content

Instantly share code, notes, and snippets.

@eslick
Created May 20, 2013 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eslick/5613994 to your computer and use it in GitHub Desktop.
Save eslick/5613994 to your computer and use it in GitHub Desktop.
Vagrant file for a test Ubuntu Box
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "Ubuntu64vb"
config.vm.boot_mode = :gui
config.vm.network :bridged
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment