Created
May 20, 2013 18:00
-
-
Save eslick/5613994 to your computer and use it in GitHub Desktop.
Vagrant file for a test Ubuntu Box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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