Get back to local machine

Hello,

I have several Docker images on my local Window 10 machine that was run fine until I decided to play with Docker in Azure cloud. After all manipulations in Azure I did docker logout. But I still can’t play with containers on my local machine. If I do docker ps I get error:

docker : fetch containers: not logged in to azure, you need to run “docker login azure” first: open C:\Users\g.azure\dockerAccessToken.json: The
system cannot find the file specified.
At line:1 char:1
docker ps

   CategoryInfo          : NotSpecified: (fetch container...file specified.:String) [], RemoteException
   FullyQualifiedErrorId : NativeCommandError

Docker is still somehow related to Azure and not wit my local PC. How to bring my Docker back and make run containers on local machine?