Windows
Prerequisites
Install Windows Subsystem for Linux with WSL 2 Enabled.
Installation Guide
Click Get Docker Button and download docker for desktop
When prompted, ensure the Enable Hyper-V Windows Features option is selected on the Configuration page.
Follow the usual installation instructions to install Docker Desktop.
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.
Start Docker Desktop from the Windows Start menu.
From the Docker menu, select Settings > General.
Enable Use WSL 2 Based Engine Option.
Go to Settings > Resources > WSL Integration and Select from your installed WSL 2 distributions
Click Apply & Restart
To confirm that Docker has been installed, open a Ubuntu Terminal and check the docker version using
Reference:
Last updated