packer: add packer to tldr (#3888)

This commit is contained in:
Michael Beasley
2020-03-05 23:46:18 -06:00
committed by GitHub
parent d1f219fe4f
commit 2f24ed9b74

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}}`