Docker Setup for Windows

How to download and Install Docker ๐Ÿณ Desktop on Windows

How to download and Install Docker ๐Ÿณ Desktop on Windows

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

System Requirements

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:

  • Download and install the Linux kernel update package.

Install Docker Desktop on Windows

  1. Download Docker from Docker Hub - Click Here

  2. 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.

  3. When prompted, ensure the Enable Hyper-V Windows Features option is selected on the Configuration page.

  4. Follow the instructions on the installation wizard to authorize the installer and proceed with the install.

  5. When the installation is successful, click Close to complete the installation process.

  6. 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.

  7. 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

Last updated