输入docker images或者docker version 出现Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
执行下面的两个命令,就可以解决啦
systemctl daemon-reload
systemctl restart docker.service
输入docker images或者docker version 出现Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
执行下面的两个命令,就可以解决啦
systemctl daemon-reload
systemctl restart docker.service