Skip to content

Instantly share code, notes, and snippets.

@bobbravo2
Last active April 22, 2019 15:47
Show Gist options
  • Save bobbravo2/0092e34ed4f52f4dbfc6c80ced9751d5 to your computer and use it in GitHub Desktop.
Save bobbravo2/0092e34ed4f52f4dbfc6c80ced9751d5 to your computer and use it in GitHub Desktop.

Requirements

  1. brew install packer
  2. VMWare Fusion pro

Install

  1. git clone https://github.com/StefanScherer/packer-windows
  2. cd packer-windows
  3. Install the windows guest
    • 5GB wifi network packer build --only=vmware-iso windows_2019_docker.json
    • Phone a friend for the ISO packer build --only=vmware-iso --var iso_url=~/windows_2019_docker.iso windows_2019_docker.json (replace the ISO path with the real file path)
  4. vagrant box add windows_2019_docker windows_2019_docker_vmware.box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment