报错1

The current user is not a member of the docker-users group.
To continue, update the group membership for the current user.

解决:https://learn.microsoft.com/zh-cn/troubleshoot/developer/visualstudio/ide/troubleshooting-docker-errors

  • 在“开始”菜单中,打开 “计算机管理”。
  • 展开 “本地用户和组”,然后选择“ 组”。
  • 找到 docker-users 组,右键单击并选择“ 添加到组”。
  • 添加一个或多个用户帐户。
  • 注销并重新登录,使这些更改生效。