Windows VMs
Run instances of Windows in sandboxes.
Running Windows-based VM images
Add a Remote Desktop tab
Step 1: Add Guacamole
version: "3"
containers:
- name: guac
image: gcr.io/instruqt/guacamole
shell: /bin/bash
ports:
- 8080
virtualmachines:
- name: windows
image: instruqt/windows-server
machine_type: n1-standard-2Step 2: Configure Guacamole
Step 3: Display Guacamole connection
Windows Lifecycle Scripts
Powershell check script
Powershell solve script
Last updated
Was this helpful?