less than a minute
For development, it is recommended to use Docker Desktop app. For this, your user needs to be added to the docker-users group.
Docker: you need to be in the docker-users group
Press the Windows + R keys to open the Run dialog.
Type “netplwiz” and press Enter. This will open the User Accounts dialog.
Make note of your username.
Open PowerShell as an administrator.
Type the following command and press Enter:
net localgroup docker-users "username" /ADD
Replace “username” with the username you noted in step 3.
Reboot your system to apply the changes.
After rebooting, your user should be a member of the docker-users group and should be able to use Docker Desktop without any issues.