mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-07-14 19:42:28 -04:00
Adding parallels documentation to vagrant
This commit is contained in:
parent
01367f8eae
commit
fa1d7c5f16
2 changed files with 25 additions and 0 deletions
21
website/content/docs/providers/parallels.mdx
Normal file
21
website/content/docs/providers/parallels.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Parallels Desktop Provider
|
||||
description: |-
|
||||
Parallels offer a free Vagrant provider to manage Parallels Desktop for Mac-based virtual machines.
|
||||
There is a website with detailed documentation.
|
||||
---
|
||||
|
||||
# Parallels
|
||||
|
||||
The Parallels provider for Vagrant is officially supported by [Parallels](https://www.parallels.com) and
|
||||
allows managing Parallels Desktop for Mac virtual machines.
|
||||
Both Intel and Apple M1-powered Mac computers are supported.
|
||||
|
||||
The Parallels provider is free and open for contributions on the [GitHub](https://github.com/Parallels/vagrant-parallels).
|
||||
|
||||
The Parallels provider is compatible with the latest versions of Parallels Desktop for Mac and works with
|
||||
"Pro" and "Business" editions. Please note that Parallels Desktop is a third-party product
|
||||
that must be purchased and installed separately before using the provider.
|
||||
|
||||
Learn more about the Parallels provider installation, configuration, and boxes with the [Vagrant Parallels Provider documentation](https://parallels.github.io/vagrant-parallels/docs/).
|
||||
|
|
@ -643,6 +643,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Parallels Provider",
|
||||
"path": "providers/parallels"
|
||||
},
|
||||
{
|
||||
"title": "Custom Provider",
|
||||
"path": "providers/custom"
|
||||
|
|
|
|||
Loading…
Reference in a new issue