Difference between revisions of "Packer"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
Available commands are: | Available commands are: | ||
− | build build image(s) from template | + | [[packer build|build]] build image(s) from template |
− | console creates a console for testing variable interpolation | + | [[packer console|console]] creates a console for testing variable interpolation |
− | fix fixes templates from old versions of packer | + | [[packer fix|fix]] fixes templates from old versions of packer |
− | inspect see components of a template | + | [[packer inspect|inspect]] see components of a template |
− | validate check that a template is valid | + | [[packer validate|validate]] check that a template is valid |
− | version Prints the Packer version | + | [[packer version|version]] Prints the Packer version |
Revision as of 08:08, 14 October 2020
wikipedia:Packer (2013) is a tool for building virtual machine images for later deployment. Packer support multitude of builders, including: AWS, DigitalOcean and QEMU among others.
- Installation:
brew install packer
packer Usage: packer [--version] [--help] <command> [<args>] Available commands are: build build image(s) from template console creates a console for testing variable interpolation fix fixes templates from old versions of packer inspect see components of a template validate check that a template is valid version Prints the Packer version
packer --help packer build
Related terms
See also
Advertising: