From b06158aeeabfa9207f471cd62a34605c6cb9a4a8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 23 Jun 2015 14:01:02 -0700 Subject: [PATCH] website: update homepage copy --- website/Gemfile.lock | 3 --- website/source/index.html.erb | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index b49383f77..625e13326 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -175,6 +175,3 @@ PLATFORMS DEPENDENCIES middleman-hashicorp! - -BUNDLED WITH - 1.10.2 diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 6c6ddc5dd..6d38bb645 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -10,7 +10,7 @@ description: |-

- Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. + Packer is a tool for creating machine and container images for multiple platforms from a single source configuration.

@@ -58,7 +58,7 @@ description: |-

Works Great With

Out of the box Packer comes with support to build images for - Amazon EC2, DigitalOcean, Google Compute Engine, QEMU, + Amazon EC2, DigitalOcean, Docker, Google Compute Engine, QEMU, VirtualBox, VMware, and more. Support for more platforms is on the way, and anyone can add new platforms via plugins.