website: clarify default provider
This commit is contained in:
parent
cba76c3b68
commit
4bbe43df0d
|
@ -76,8 +76,8 @@ Vagrant attempts to find the default provider in the following order:
|
||||||
1. The `--provider` flag on a `vagrant up` is chosen above all else, if
|
1. The `--provider` flag on a `vagrant up` is chosen above all else, if
|
||||||
it is present.
|
it is present.
|
||||||
|
|
||||||
2. If `VAGRANT_DEFAULT_PROVIDER` is set, it takes next priority and will
|
2. If the `VAGRANT_DEFAULT_PROVIDER` environmental variable is set,
|
||||||
be the provider chosen.
|
it takes next priority and will be the provider chosen.
|
||||||
|
|
||||||
3. Vagrant will go through all of the `config.vm.provider` calls in the
|
3. Vagrant will go through all of the `config.vm.provider` calls in the
|
||||||
Vagrantfile and try each in order. It will choose the first provider
|
Vagrantfile and try each in order. It will choose the first provider
|
||||||
|
|
Loading…
Reference in New Issue