0
votes

I'm new with Kubernetes and Azure. I want to Deply my application and I am floowing the microsoft tutorial about kubernetes. At first I have created the resouce group and ACR instance. When I try to login in ACR console show this error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I'm using azure cli localy and I have docker running.

1
How do you "try to login in ACR" ? - CSharpRocks
make sure docker is running in your machine - Amit Baranes
@CSharpRocks az acr login --name myregistry - Adrian Gago
@AmitBaranes it is running. At the same time i am using a docker container locally and it is working fine - Adrian Gago

1 Answers

-1
votes

Seems your Docker Desktop is not running. Make sure you installed the Docker for Desktop on your machine and start it if not. You should be good once you start.