Windows
Prerequisites
- Install Docker Desktop on your system.
- Open PowerShell and execute the following commands:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/xyte-io/edge/refs/heads/windows- main/edge_runner_script.ps1" -OutFile "edge_runner_script.ps1"
powershell -ExecutionPolicy Bypass .\edge_runner_script.ps1
Updated 6 days ago