Windows

Prerequisites

  1. Install Windows Subsystem for Linux with WSL 2 Enabled.

Installation Guide

  1. Click Get Docker Button and download docker for desktop

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

  3. Follow the usual installation instructions to install Docker Desktop.

  4. If your admin account is different from 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.

  5. Start Docker Desktop from the Windows Start menu.

  6. From the Docker menu, select Settings > General.

  7. Enable Use WSL 2 Based Engine Option.

  8. Go to Settings > Resources > WSL Integration and Select from your installed WSL 2 distributions

  9. Click Apply & Restart

  10. To confirm that Docker has been installed, open a Ubuntu Terminal and check the docker version using

docker --version

Reference:

Last updated