mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
fc3a8d07a1
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
342 B
342 B
packer
Build automated machine images. More information: https://developer.hashicorp.com/packer/docs/commands.
- Build an image:
packer build {{path/to/config.json}}
- Check the syntax of a Packer image config:
packer validate {{path/to/config.json}}
- Format a Packer image config:
packer fmt {{path/to/config.pkr.hcl}}