Merge pull request #6753 from sschuberth/master
docs: Clarify that VirtualBox is not the only shipped provider
This commit is contained in:
commit
e2a52144d6
|
@ -6,6 +6,7 @@ sidebar_current: "providers"
|
|||
# Providers
|
||||
|
||||
While Vagrant ships out of the box with support for [VirtualBox](http://www.virtualbox.org),
|
||||
[Hyper-V](http://www.microsoft.com/hyper-v) and [Docker](http://www.docker.io),
|
||||
Vagrant has the ability to manage other types of machines as well. This is done
|
||||
by using other _providers_ with Vagrant.
|
||||
|
||||
|
@ -14,9 +15,8 @@ For example, if you're using Vagrant for any real work, [VMware](http://www.vmwa
|
|||
providers are recommended since they're well supported and generally more
|
||||
stable and performant than VirtualBox.
|
||||
|
||||
Before you can use another provider, you must install it. Vagrant only ships
|
||||
with VirtualBox support. Installation of other providers is done via the
|
||||
Vagrant plugin system.
|
||||
Before you can use another provider, you must install it. Installation of other providers
|
||||
is done via the Vagrant plugin system.
|
||||
|
||||
Once the provider is installed, usage is straightforward and simple, as
|
||||
you would expect with Vagrant. Read into the relevant subsections found in
|
||||
|
|
Loading…
Reference in New Issue