Hi BCodes,
Thanks for your post. Before moving on, please double confirm that to run Windows containers, you need Windows 10 or Windows 11 Professional or Enterprise edition. Windows Home or Education editions only allow you to run Linux containers.
Also, please run this command from an administrator command window to add your user id to the docker-users group and log back into your user account for it to take effect.
net localgroup docker-users "your-user-id" /ADD
"your-user-id" is your local Windows user name. You can determine this by looking at the folder name under C:\Users\ or use in the command window whoami to show it.
TIP: You probably will need to restart the system, to make the change active.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.