Add a note that VirtualBox supports parallelization

This commit is contained in:
Seth Vargo 2014-10-17 11:21:35 -04:00
parent 201e6b4d69
commit 29c5658ce8
1 changed files with 4 additions and 1 deletions

View File

@ -5,8 +5,11 @@ sidebar_current: "virtualbox-usage"
# Usage
The VirtualBox provider is used just like any other provider. Please
The Vagrant VirtualBox provider is used just like any other provider. Please
read the general [basic usage](/v2/providers/basic_usage.html) page for
providers.
The value to use for the `--provider` flag is `virtualbox`.
The Vagrant VirtualBox provider supports parallel execution with the
optional `--parallel` flag.