docker 命令报错
当使用docker的任何命令时都提示
Cannot connect to the Docker daemon at tcp://127.0.0.1:2375. Is the docker daemon running?
已确认docker是启动状态,主要是环境变量配置问题导致
unset DOCKER_HOST
unset DOCKER_TLS_VERIFY
unset DOCKER_TLS_PATH
docker ps
当使用docker的任何命令时都提示
Cannot connect to the Docker daemon at tcp://127.0.0.1:2375. Is the docker daemon running?
已确认docker是启动状态,主要是环境变量配置问题导致
unset DOCKER_HOST
unset DOCKER_TLS_VERIFY
unset DOCKER_TLS_PATH
docker ps