Linux
Command
Library
Commands
Basics
Tips
packer
Build automated machine images.
TLDR
Build an image
$ packer build [path/to/config.json]
Check the syntax of a Packer image config
$ packer validate [path/to/config.json]
COLLAPSE ALL
Copied to clipboard