Merge pull request #12076 from hashicorp/je.mdx-remote-upgrade
MDX Remote Upgrade
This commit is contained in:
commit
f2d851b04f
@ -1,4 +0,0 @@
|
||||
module.exports = {
|
||||
presets: ['next/babel'],
|
||||
plugins: ['import-glob-array'],
|
||||
}
|
||||
@ -30,9 +30,8 @@ You may also wish to consult the
|
||||
environmental variables that can be used to configure and control
|
||||
Vagrant in a global way.
|
||||
|
||||
|
||||
## Autocompletion
|
||||
|
||||
Vagrant provides the ability to autocomplete commands. Currently, the
|
||||
Vagrant provides the ability to autocomplete commands. Currently, the
|
||||
`bash` and `zsh` shells are supported. These can be enabled by running
|
||||
`vagrant autocomplete install --bash --zsh`.
|
||||
`vagrant autocomplete install --bash --zsh`.
|
||||
@ -26,7 +26,7 @@ Vagrant Disks has several options that allow users to define and attach disks to
|
||||
|
||||
- `primary` (boolean) - Optional argument that configures a given disk to be
|
||||
the "primary" disk to manage on the guest. There can only be one `primary`
|
||||
disk per guest, and it must be of type `:disk`. Defaults to `false` if not
|
||||
disk per guest, and it must be of type `:disk`. Defaults to `false` if not
|
||||
specified.
|
||||
|
||||
- `provider_config` (hash) - Additional provider specific options for managing a given disk. Please refer to
|
||||
@ -33,7 +33,7 @@ Therefore if your primary disk is attached to a SATA Controller and you try to
|
||||
define and attach more than 30, it will result in an error. This number
|
||||
_includes_ the primary disk for the guest.
|
||||
|
||||
DVD attachments are subject to the same limits. Optical disk attachments will
|
||||
DVD attachments are subject to the same limits. Optical disk attachments will
|
||||
be attached to the storage controller with the highest boot priority (usually
|
||||
the IDE controller).
|
||||
|
||||
@ -15,7 +15,7 @@ Welcome to the documentation for Vagrant - the command line utility for managing
|
||||
the lifecycle of virtual machines. This website aims to document every feature
|
||||
of Vagrant from top-to-bottom, covering as much detail as possible. If you are
|
||||
just getting started with Vagrant, we highly recommended starting with
|
||||
the [getting started tutorial](https://learn.hashicorp.com/vagrant) on
|
||||
the [getting started tutorial](https://learn.hashicorp.com/vagrant) on
|
||||
HashiCorp's Learn platform first, and then returning to this page.
|
||||
|
||||
The navigation will take you through each component of Vagrant. Click on a
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user