Difference between revisions of "Packer"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:Packer]] is a tool for building [[virtual machine]] images for later deployment. | + | [[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: | ||
+ | * <code>[[brew install]] packer</code> | ||
+ | * <code>[[apt install]] packer</code> | ||
− | * | + | == Examples == |
+ | * <code>[[packer build]]</code> | ||
+ | |||
+ | |||
+ | |||
+ | == [[packer --help]] == | ||
+ | packer | ||
+ | Usage: packer [--version] [--help] <command> [<args>] | ||
+ | |||
+ | Available commands are: | ||
+ | [[packer build|build]] build image(s) from template | ||
+ | [[packer console|console]] creates a console for testing variable interpolation | ||
+ | [[packer fix|fix]] fixes templates from old versions of packer | ||
+ | [[packer inspect|inspect]] see components of a template | ||
+ | [[packer validate|validate]] check that a template is valid | ||
+ | [[packer version|version]] Prints the Packer version | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[Vagrant]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Packer}} |
+ | * {{Virtual machine}} | ||
[[Category:Computing]] | [[Category:Computing]] |
Latest revision as of 13:42, 7 April 2021
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
apt install packer
Examples[edit]
packer --help[edit]
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
Related terms[edit]
See also[edit]
Advertising: