commit 9c22026293c937a45b269a938c7775def8544dea Author: Mitchell Hashimoto Date: Fri Mar 22 22:41:53 2013 -0700 Initial commit. Let's build something cool. 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. + +