Edit CICD website guide to be more clear

This commit is contained in:
Ryan J. Price 2021-05-10 20:24:37 -05:00
parent 627cbcdcba
commit 90b6747e3d
1 changed files with 7 additions and 5 deletions

View File

@ -10,12 +10,14 @@ images with Packer.
- [How to Build Immutable Infrastructure with Packer and CircleCI Workflows](https://circleci.com/blog/how-to-build-immutable-infrastructure-with-packer-and-circleci-workflows/)
- [Using Packer and Ansible to Build Immutable Infrastructure in CodeShip](https://blog.codeship.com/packer-ansible/)
The majority of the [Packer Builders](/docs/builders) can run in
a container or VM, a common model used by most CI/CD services. However, some
builders may take substantially longer without privilege escalation (like the
[QEMU builder](/docs/builders/qemu) for
The majority of the [Packer Builders](/docs/builders) can run just fine in a
container, a common model used by most CI/CD services. However, while it is
possible to run many builders in containers or nested virtualization, this may
require advanced configuration; examples include the [QEMU
builder](/docs/builders/qemu) for
[KVM](https://www.linux-kvm.org/page/Main_Page) and
[Xen](https://www.xenproject.org/)).
[Xen](https://www.xenproject.org/)), or the [VirtualBox
builder](/docs/builders/virtualbox) for OVA or OVF virtual machines.
The [Building a VirtualBox Image with Packer in
TeamCity](/guides/packer-on-cicd/build-virtualbox-image) guide shows