packer: add packer to tldr (#3888)

client-spec/clarity
Michael Beasley 2020-03-05 23:46:18 -06:00 committed by GitHub
parent d1f219fe4f
commit 2f24ed9b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/packer.md Normal file
View File

@ -0,0 +1,12 @@
# packer
> Build automated machine images.
> More information: <https://www.packer.io/>.
- Build an image:
`packer build {{path/to/config.json}}`
- Check the syntax of a Packer image config:
`packer validate {{path/to/config.json}}`