This complete beginner's guide walks through every step to prepare your computer, install Docker Desktop, and run n8n locally with persistent storage.
1. Check System Requirements and Enable Virtualization
Docker requires hardware virtualization enabled in your computer's BIOS/UEFI to run containers.
Check on Windows:
- Press
Ctrl + Shift + Escto open Task Manager. - Click the Performance tab, then select CPU.
- Look at the bottom-right for Virtualization: Enabled. If disabled, enable Intel VT-x / AMD-V in your BIOS.
- Open PowerShell as Administrator and run:
powershell
wsl --install
Top comments (0)