From 4ed60ba7899685ca97a7e3ee2b3ae58f6d93c405 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 12 Dec 2017 21:07:12 -0800 Subject: [PATCH] clarify support vs availability. --- .../source/guides/packer-on-cicd/build-virtualbox-image.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/packer-on-cicd/build-virtualbox-image.html.md b/website/source/guides/packer-on-cicd/build-virtualbox-image.html.md index c1e5c8978..7360e3931 100644 --- a/website/source/guides/packer-on-cicd/build-virtualbox-image.html.md +++ b/website/source/guides/packer-on-cicd/build-virtualbox-image.html.md @@ -11,7 +11,7 @@ Packer on a new TeamCity Agent. Before getting started you should have access to a TeamCity Server. The Packer VirtualBox builder requires access to VirtualBox. Virtualization is -not universally available on cloud instances, so we recommend you run these +not universally supported on cloud instances, so we recommend you run these builds on either a bare metal server, or cloud instances which support nested virtualization, such as Azure or GCP. This is also true for the [VMWare](/docs/builders/vmware.html) and the [QEMU](/docs/builders/qemu.html)