From 77d4c346af8a349fe512c89794fc403ec54a3f36 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 9 May 2014 07:37:34 -0700 Subject: [PATCH] Update README.md Added other supported platforms --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 721bdf586..b56be4a2a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,18 @@ from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. -Packer comes out of the box with support for creating AMIs (EC2), VMware -images, and VirtualBox images. Support for more platforms can be added via -plugins. +Packer comes out of the box with support for the following platforms: +* Amazon EC2 (AMI). Both EBS-backed and instance-store AMIs +* DigitalOcean +* Docker +* Google Compute Engine +* OpenStack +* Parallels +* QEMU. Both KVM and Xen images. +* VirtualBox +* VMware + +Support for other platforms can be added via plugins. The images that Packer creates can easily be turned into [Vagrant](http://www.vagrantup.com) boxes.