1.
window10
docker ps
报错:error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/version: 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.
解决方法:
cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon
In Powershell elevated access solved my issue.
网友评论