I recently upgraded docker
to 19.03.13
and my docker desktop client version is 2.5.0.1 (49550)
. Ever since this upgrade, if the docker desktop client is not running, zsh
prompts the following when I enter a dir with a docker-compose.yml
:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
and I'm unable to issue docker commands. Is it mandatory to have the desktop client running for the daemon from now?
edit: spelling