I'm using Rancher Desktop and have some problems running docker on windows. It works great in WSL2 but when I try to run basically any command from PowerShell, I get bellow err. message:
I'm running PowerShell as Admin.
PS C:\Users\fdrzewieck001> docker config ls
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Get "
http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/configs": open //./pipe/docker_engine: The system cannot find the file specified.
PS C:\Users\fdrzewieck001> docker run hello-world
docker: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post "
http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create": open //./pipe/docker_engine: The system cannot find the file specified.