-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Ryan Domingue edited this page Jan 5, 2017
·
22 revisions
Initialize a new project using this box by running the following commands:
vagrant init goodguyry/dreambox
vagrant up
To use this box with an existing project, use the following in your Vagrantfile:
config.vm.box = "goodguyry/dreambox"
config.vm.box_url = "https://atlas.hashicorp.com/goodguyry/boxes/dreambox"