我想学习如何在docker contanairs中使用项目。因此,我决定在计算机上下载Docker Toolbox,并尝试使用Git Bash将系统配置为可与Docker一起使用。但是在此过程中出现了许多问题。
正确的docker返回有关env中错误设置的信息。然后,我更改了所有环境变量,如dockers网站上所示。 现在,我可以在CMD和Virtualbox中使用docker,但我只想使用Git Bash中的docker。 当我像docker ps一样输入git bash简单的docker命令时,它将返回此错误消息:
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.39/containers/json: open //./pipe/docker_engine: Cannot find file path.
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.
您能告诉我如何为Windows正确安装docker-toolbox以及如何修复这些错误吗?