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.