Windows
Installing Docker Desktop (Windows & macOS)¶
- Download Docker Desktop
-
Visit the Docker Desktop download page and download the installer for your platform.
-
Install Docker Desktop
- Windows: Run the installer executable and follow the setup wizard.
-
macOS: Open the downloaded
.dmg
file and drag Docker Desktop to your Applications folder. -
Launch Docker Desktop
-
After installation, launch Docker Desktop. It will start the Docker Engine and display its status.
-
Verify Installation
- Open a terminal (or PowerShell on Windows) and run:
1
docker run hello-world
- This confirms that Docker is running correctly.