Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.09 KB

packer.md

File metadata and controls

50 lines (31 loc) · 1.09 KB

What is Packer

HashiCorp Packer is easy to use and automates the creation of any type of machine image. It embraces modern configuration management by encouraging you to use automated scripts to install and configure the software within your Packer-made images. Packer brings machine images into the modern age, unlocking untapped potential and opening new opportunities. -- Packer site

Sites

  1. Packer site
  2. github.com/hashicorp/packer

Install

Instructions for installing: Packer site.

CentOS

  1. Precompiled binaries

Ubuntu

  1. Precompiled binaries

macOS

  1. Homebrew

Windows

  1. Chocolatey

Test

  1. Test

    packer version

Troubleshooting

References