Docker Setup for Windows
How to download and Install Docker ๐ณ Desktop on Windows
Last updated
How to download and Install Docker ๐ณ Desktop on Windows
Last updated
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 - Check Here
Windows 10 Home machines must meet the following requirements to install Docker Desktop:
Install Windows 10, version 1903 or higher.
Enable the WSL 2 (Windows Subsystem for Linux) feature on Windows. For detailed instructions, refer to the Microsoft documentation.
The following hardware prerequisites are required to successfully run WSL 2 on Windows 10 Home:
64 bit processor with Second Level Address Translation (SLAT)
4GB system RAM
BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see Virtualization.
Download and install the Linux kernel update package.
Download Docker from Docker Hub - Click Here
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 Docker Hub. It typically downloads to your Downloads folder, or you can run it from the recent downloads bar at the bottom of your web browser.
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.
More details and official Docker documentation - Check Here