packer-Win10 is a set of configuration files used to build automated Windows 10 virtual machine images using Packer. This Packer configuration file allows you to build images for VMware Workstation and Oracle VM VirtualBox.
- Packer
- A Hypervisor
Commands to create an automated VM image:
To create a Windows 10 VM image using VMware Workstation use the following commands:
cd c:\packer-Win10
packer build -only=vmware-iso win10.json
To create a Windows 10 VM image using Oracle VM VirtualBox use the following commands:
cd c:\packer-Win10
packer build -only=virtualbox-iso win10.json
The default credentials for this VM image are:
Username | Password |
---|---|
administrator | packer |