From 9c22026293c937a45b269a938c7775def8544dea Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 22 Mar 2013 22:41:53 -0700 Subject: [PATCH] Initial commit. Let's build something cool. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..9446c08ea --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Packer + +Packer is a tool for building identical machine images across multiple clouds. + +Packer provides a framework and configuration format for creating identical +machine images to launch into any environment, such as VirtualBox, VMware, +Amazon EC2, etc. Because this build process is automated, you can develop in +VirtualBox, then deploy to EC2 with an identical image. + +