Skip to content

Commit

Permalink
vagrant.md: clarify that 'vbox' is for VirtualBox only
Browse files Browse the repository at this point in the history
  • Loading branch information
offby1 committed Jun 22, 2013
1 parent df63c69 commit 75981eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ If you don't find what you're looking for here, please see the official [Vagrant

## Typical workflow to build a Vagrant VM image

A simple workflow to build a VM for Vagrant would be:
A simple workflow to build a VirtualBox VM for Vagrant would be:

$ bundle exec veewee vbox templates | grep -i ubuntu
$ bundle exec veewee vbox define 'mybuntubox' 'ubuntu-12.10-server-amd64'
$ bundle exec veewee vbox build 'mybuntubox'

For additional box building instructions, see the [Veewee Basics](basics.md) and [Definition Customization](customize.md) docs.

To build a VM for another provider, such as VMware Fusion, you'd use "fusion" instead of "vbox" in the above.

## Export the VM image to a .box file

Expand Down

0 comments on commit 75981eb

Please sign in to comment.