packer: add packer to tldr (#3888)
This commit is contained in:
12
pages/common/packer.md
Normal file
12
pages/common/packer.md
Normal 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}}`
|
Reference in New Issue
Block a user