16 lines
456 B
Markdown
16 lines
456 B
Markdown
---
|
|
page_title: "Usage - VirtualBox Provider"
|
|
sidebar_current: "virtualbox-usage"
|
|
---
|
|
|
|
# Usage
|
|
|
|
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 does not support parallel execution at this
|
|
time. Specifying the `--parallel` option will have no effect.
|