How to use docker Desktop 'docker-users'-group?
This troubleshooting guide explains how to add an user to docker-users group while using Docker Desktop.
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.
Problem
Docker: you need to be in the docker-users group

Solution
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" /ADDReplace “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.
Last modified February 17, 2023: update (#208) (ea731fc)