soften the declaration that vmware and virtualbox require bare metal. (#9745)

This commit is contained in:
Megan Marsh 2020-08-10 17:09:57 -07:00 committed by GitHub
parent 676c3a21bf
commit 027eb40a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ a container or VM, a common model used by most CI/CD services. However, the
[Xen](https://www.xenproject.org/) virtual machine images, [VirtualBox
builder](/docs/builders/virtualbox) for OVA or OVF virtual machines and
[VMware builder](/docs/builders/vmware) for use with VMware products
require running on a bare-metal machine.
require running on a bare-metal machine or nested virtualization.
The [Building a VirtualBox Image with Packer in
TeamCity](/guides/packer-on-cicd/build-virtualbox-image) guide shows