Packer Tips and Lessons Learned
Packer is a cross-platform tool for scripting out virtual machine images. Put another way: use it to create new virtual machines with fully automated and repeatable installations. No clicking around. Some of the benefits:
- Startup fresh virtual machines from a pre-created, Packer-based image in seconds instead of hours.
- Use the same scripts to create a local VM, a VWMARE instance, or a cloud-based virtual machine.
- in other words, you can test your virtual machine creation process locally
- Helps you maintain a strategy of infrastructure-as-code, which can be version-conrolled.