Skip to content

Commit

Permalink
Documented the new parallels support
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Muntean committed Dec 20, 2019
1 parent 6c2ca11 commit f061083
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased
* Fixed issue with Console Output (#245)
* Added a Parallels builder for Windows 2019 with Docker

## v1.24 (June 8th, 2015)

Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,24 @@ You can use the following sample command to build a KVM/qemu box:
packer build --only=qemu --var virtio_win_iso=./virtio-win.iso ./windows_2019_docker.json
```

### Parallels support

In case you're using Parallels, you can now build the `Windows Server 2019 with Docker` VM.

Prerequisites:
* Parallels Pro or Business, version 11 and up.
* Vagrant Parallels Provider: https://github.com/Parallels/vagrant-parallels

You can use the following sample command to build a Parallels VM:

```
packer build --only=parallels-iso windows_2019_docker.json
```


The Parallels builder config turns `efi boot` off in order to use the same answer file like all the other builders. If you find you need to turn `efi boot` on then make sure to adjust the appropriate answer file, especially the section regarding the partitioning of the disk.
If you need to further customize the VM, consult the documentation at https://www.packer.io/docs/builders/parallels-iso.html.

### Using .box Files With Vagrant

The generated box files include a Vagrantfile template that is suitable for use
Expand Down

0 comments on commit f061083

Please sign in to comment.