docs: Clarify that VirtualBox is not the only shipped provider

This commit is contained in:
Sebastian Schuberth 2015-12-28 22:57:40 +01:00
parent 9a5597e1a7
commit 992d2d70e7
1 changed files with 3 additions and 3 deletions

View File

@ -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