1. Docker Installation (5min)

- Visit the official Docker website: Docker Desktop for Windows (Scroll Below ‘Choose Plan’)
- Click Download for Windows AMD64
- Windows (64-bit)
- Linux distributions (Ubuntu, Debian, Fedora, etc.)
- Click Download for Windows ARM64
Install Docker Desktop
- Open the downloaded installer (Docker Desktop Installer.exe)
- Follow the installation prompts
- Enable WSL 2 backend (recommended)
Restart Windows to Complete Installation
Start Docker Desktop
- Search for Docker Desktop in the Start menu and open it
- Wait for Docker to initialize
2. Verify Docker Installation
Open a Command Prompt (cmd) or PowerShell and run the following command:
docker --version