2013-09-03 18:08:28 +00:00
|
|
|
---
|
2016-01-19 18:08:53 +00:00
|
|
|
layout: "docs"
|
2013-09-06 16:50:43 +00:00
|
|
|
page_title: "Usage - VirtualBox Provider"
|
2016-01-19 18:08:53 +00:00
|
|
|
sidebar_current: "providers-virtualbox-usage"
|
|
|
|
description: |-
|
|
|
|
The Vagrant VirtualBox provider is used just like any other provider. Please
|
|
|
|
read the general basic usage page for providers.
|
2013-09-03 18:08:28 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
2014-10-17 15:21:35 +00:00
|
|
|
The Vagrant VirtualBox provider is used just like any other provider. Please
|
2016-01-19 18:08:53 +00:00
|
|
|
read the general [basic usage](/docs/providers/basic_usage.html) page for
|
2013-09-03 18:08:28 +00:00
|
|
|
providers.
|
|
|
|
|
|
|
|
The value to use for the `--provider` flag is `virtualbox`.
|
2014-10-17 15:21:35 +00:00
|
|
|
|
2014-10-17 15:31:13 +00:00
|
|
|
The Vagrant VirtualBox provider does not support parallel execution at this
|
|
|
|
time. Specifying the `--parallel` option will have no effect.
|