32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Usage - Disks VirtualBox Provider"
|
|
sidebar_current: "disks-providers-virtualbox-usage"
|
|
description: |-
|
|
The Vagrant VirtualBox provider is used just like any other provider. Please
|
|
read the general basic usage page for providers.
|
|
---
|
|
|
|
# Usage
|
|
|
|
<div class="alert alert-warning">
|
|
<strong>Warning!</strong> This feature is experimental and may break or
|
|
change in between releases. Use at your own risk. It currently is not officially
|
|
supported or functional.
|
|
|
|
This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to:
|
|
|
|
```
|
|
VAGRANT_EXPERIMENTAL="disks"
|
|
```
|
|
|
|
Please note that `VAGRANT_EXPERIMENTAL` is an environment variable. For more
|
|
information about this flag visit the [Experimental docs page](/docs/experimental/)
|
|
for more info. Without this flag enabled, any disks defined will not be configured.
|
|
</div>
|
|
|
|
For examples of how to use the disk feature with VirtualBox, please refer to the
|
|
[general disk usage guide](/docs/disks/usage.html) for more examples.
|
|
|
|
## provider_config options
|