QuestionQ30

VM Deployment and Provisioning

What is the function of the packer inspect subcommand?

  • A Retrieve files from an existing Packer image.
  • B Execute commands within a running instance of a Packer image.
  • C List the artifacts created during the build process of a Packer image.
  • D Show usage statistics of a Packer image.
  • E Display an overview of the configuration contained in a Packer template.
Explanation

The packer inspect command outputs an overview of the components defined in a Packer template, such as its variables, builders, provisioners, and post-processors.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!