Docker Setup for Windows
How to download and Install Docker ๐ณ Desktop on Windows
Last updated
Was this helpful?
How to download and Install Docker ๐ณ Desktop on Windows
Last updated
Was this helpful?
Note - Before we proceed further please note that steps for installing Docker ๐ณ are slightly different for Windows Home edition and Windows Pro/Student edition. Here weโre describing the Windows Home edition (because itโs used by most of the people). For Windows Pro/Student edition please refer -
Windows 10 Home machines must meet the following requirements to install Docker Desktop:
Install Windows 10, version 1903 or higher.
The following hardware prerequisites are required to successfully run WSL 2 on Windows 10 Home:
4GB system RAM
When prompted, ensure the Enable Hyper-V Windows Features option is selected on the Configuration page.
Follow the instructions on the installation wizard to authorize the installer and proceed with the install.
When the installation is successful, click Close to complete the installation process.
If your admin account is different to your user account, you must add the user to the docker-users group. Run Computer Management as an administrator and navigate to Local Users and Groups > Groups > docker-users. Right-click to add the user to the group. Log out and log back in for the changes to take effect.
Docker Desktop does not start automatically after installation. To start Docker Desktop, search for Docker, and select Docker Desktop in the search results.
Enable the WSL 2 (Windows Subsystem for Linux) feature on Windows. For detailed instructions, refer to the .
64 bit processor with
BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see .
Download and install the .
Download Docker from Docker Hub -
Double-click Docker Desktop Installer.exe to run the installer. If you havenโt already downloaded the installer (Docker Desktop Installer.exe), you can get it from . It typically downloads to your Downloads folder, or you can run it from the recent downloads bar at the bottom of your web browser.
More details and official Docker documentation -