Difference between revisions of "Packer"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
  
 
* Installation: <code>[[brew install]] packer</code>
 
* Installation: <code>[[brew install]] packer</code>
 +
 +
 +
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 --help]]

Revision as of 08:07, 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.



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: