github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/website/source/docs/builders/parallels.html.markdown (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Parallels Builder"
     4  description: |-
     5    The Parallels Packer builder is able to create Parallels Desktop for Mac virtual machines and export them in the PVM format.
     6  ---
     7  
     8  # Parallels Builder
     9  
    10  The Parallels Packer builder is able to create [Parallels Desktop for Mac](http://www.parallels.com/products/desktop/) virtual machines and export them in the PVM format.
    11  
    12  Packer actually comes with multiple builders able to create Parallels
    13  machines, depending on the strategy you want to use to build the image.
    14  Packer supports the following Parallels builders:
    15  
    16  * [parallels-iso](/docs/builders/parallels-iso.html) - Starts from
    17    an ISO file, creates a brand new Parallels VM, installs an OS,
    18    provisions software within the OS, then exports that machine to create
    19    an image. This is best for people who want to start from scratch.
    20  
    21  * [parallels-pvm](/docs/builders/parallels-pvm.html) - This builder
    22    imports an existing PVM file, runs provisioners on top of that VM,
    23    and exports that machine to create an image. This is best if you have
    24    an existing Parallels VM export you want to use as the source. As an
    25    additional benefit, you can feed the artifact of this builder back into
    26    itself to iterate on a machine.
    27  
    28  
    29  ## Requirements
    30  
    31  In addition to [Parallels Desktop for Mac](http://www.parallels.com/products/desktop/) this requires the
    32  [Parallels Virtualization SDK](http://www.parallels.com/downloads/desktop/).
    33  
    34  The SDK can be installed by downloading and following the instructions in the dmg.