Authentication issue with Docker Desktop for windows

Hi all. I have been using Docker Desktop (Version 2.4.0.0) for windows 10.
Since this week, it stopped working for me.
It gets started all right. However, any operation with docker (getting image) is failing.
For example:
$ docker run -d -p 80:80 docker/getting-started
Gives me error:
Unable to find image ‘docker/getting-started:latest’ locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/docker/getting-started/manifests/latest: EOF.
When I put the above URL in the browser, I see:

errors
0
code “UNAUTHORIZED”
message “authentication required”
detail
0
Type “repository”
Class “”
Name “docker/getting-started”
Action “pull”

I am not sure why did this start suddenly from this week.

Can someone please help me with this? How to get around this error?
Thanks.

  • N Joshi