1.3 KiB
layout | page_title | sidebar_current | description |
---|---|---|---|
docs | Vagrant Disks | disks | Introduction to Vagrant Disks |
Vagrant Disks
This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to:
VAGRANT_EXPERIMENTAL="disk_base_config"
Please note that VAGRANT_EXPERIMENTAL
is an environment variable. For more
information about this flag visit the Experimental docs page
for more info. Without this flag enabled, triggers with the :type
option
will be ignored.
NOTE: Vagrant disks is currently a future feature for Vagrant that is not yet supported. Some documentation exists here for future reference, however the Disk feature is not yet functional. Please be patient for us to develop this new feature, and stay tuned for a future release of Vagrant with this new functionality!
For more information about what options are available for configuring disks, see the configuration section.