Add a note that VirtualBox supports parallelization
This commit is contained in:
parent
201e6b4d69
commit
29c5658ce8
|
@ -5,8 +5,11 @@ sidebar_current: "virtualbox-usage"
|
||||||
|
|
||||||
# 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
|
read the general [basic usage](/v2/providers/basic_usage.html) page for
|
||||||
providers.
|
providers.
|
||||||
|
|
||||||
The value to use for the `--provider` flag is `virtualbox`.
|
The value to use for the `--provider` flag is `virtualbox`.
|
||||||
|
|
||||||
|
The Vagrant VirtualBox provider supports parallel execution with the
|
||||||
|
optional `--parallel` flag.
|
||||||
|
|
Loading…
Reference in New Issue