1. What is Packer?
Overview
- Packer is a tool that lets you create identical machine images for multiple platforms from a single source template.
- Packer can create golden images to use in image pipelines.
Official website documentation of Packer
2. Prerequisites
3. Installation
How to install Packer?
- https://developer.hashicorp.com/packer/install
4. Basics of Packer
Packer getting started
- Begginner’s Guide: https://developer.hashicorp.com/packer/tutorials
Packer Hands on
5. More…
Packer cheatsheet
Recommended Books