mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 12:55:24 +02:00
packer: add packer to tldr (#3888)
This commit is contained in:
parent
d1f219fe4f
commit
2f24ed9b74
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue