Docker 警告:无法从守护程序获取默认注册表终结点

Docker 警告:无法从守护程序获取默认注册表终结点,docker,dockerhub,Docker,Dockerhub,我使用的材料 视窗10 dockerhub(个人) 已安装DockerToolbox-18.06.1-ce.exe 形势 -我已经做了一个dockerhub id,我试图从本地登录,但这不起作用。还有,docker build。有人知道这个错误吗 当我尝试登录本地时 > Warning: failed to get default registry endpoint from daemon (error > during connect: Get http://%2F%2F.%2

我使用的材料

  • 视窗10
  • dockerhub(个人)
  • 已安装DockerToolbox-18.06.1-ce.exe
形势

-我已经做了一个dockerhub id,我试图从本地登录,但这不起作用。还有,docker build。有人知道这个错误吗

当我尝试登录本地时

> Warning: failed to get default registry endpoint from daemon (error
> during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/info:
> open //./pipe/docker_engine: The system cannot find the file
> specified. In the default daemon configuration on Windows, the docker
> client must be run elevated to connect. This error may also indicate
> that the docker daemon is not running.). Using system default:
> https://index.docker.io/v1/ Login with your Docker ID to push and pull
> images from Docker Hub. If you don't have a Docker ID, head over to
> https://hub.docker.com to create one. Username: taigaaa Password:
> error during connect: Post
> http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/auth: open
> //./pipe/docker_engine: The system cannot find the file specified. In
> the default daemon configuration on Windows, the docker client must be
> run elevated to connect. This error may also indicate that the docker
> daemon is not running.
同样在docker quickstart终端中也会发生同样的情况