2015-07-24 03:22:27 -04:00
|
|
|
---
|
2017-06-14 21:04:16 -04:00
|
|
|
description: |
|
|
|
|
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
|
|
|
|
export them.
|
2017-03-25 18:13:52 -04:00
|
|
|
layout: docs
|
2017-06-14 21:04:16 -04:00
|
|
|
page_title: 'Hyper-V - Builders'
|
|
|
|
sidebar_current: 'docs-builders-hyperv'
|
2015-07-24 03:22:27 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
# HyperV Builder
|
|
|
|
|
2018-10-26 20:02:51 -04:00
|
|
|
The HyperV Packer builder is able to create
|
|
|
|
[Hyper-V](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
|
2015-07-24 03:22:27 -04:00
|
|
|
virtual machines and export them.
|
|
|
|
|
2018-10-26 20:02:51 -04:00
|
|
|
- [hyperv-iso](/docs/builders/hyperv-iso.html) - Starts from an ISO file,
|
|
|
|
creates a brand new Hyper-V VM, installs an OS, provisions software within
|
|
|
|
the OS, then exports that machine to create an image. This is best for
|
|
|
|
people who want to start from scratch.
|
2017-03-12 13:31:56 -04:00
|
|
|
|
2018-10-26 20:02:51 -04:00
|
|
|
- [hyperv-vmcx](/docs/builders/hyperv-vmcx.html) - Clones an an existing
|
|
|
|
virtual machine, provisions software within the OS, then exports that
|
|
|
|
machine to create an image. This is best for people who have existing base
|
|
|
|
images and want to customize them.
|