Back to Knowledge Base
Install Docker Desktop
Last updated: Feb 10, 2026
Docker Desktop lets you run containers on Windows and macOS with a simple desktop app.
Download from official sources
Use Docker's official download page and documentation to avoid fake installers.
Windows (10/11)
- Download the Windows installer from the official page.
- Run the installer and keep the WSL 2 option enabled if prompted.
- Restart your PC if the installer asks.
- Open Docker Desktop and wait for the engine to show as running.
macOS
- Download the correct installer for your Mac (Apple Silicon or Intel).
- Open the .dmg and drag Docker Desktop into Applications.
- Open Docker Desktop and approve the permissions when prompted.
- Wait for the engine status to show as running.
Verify the install (optional)
- Open Terminal (macOS) or PowerShell (Windows).
- Run: docker --version
- Run: docker run hello-world
If you see a success message, Docker Desktop is ready to use.
Linux note
Docker Desktop is for Windows and macOS. On Linux, install Docker Engine using your distro's package manager.