首页 > Windows开发 > 详细

windows下Docker无法正常启动-The system cannot find the file specified

时间:2021-08-01 22:38:01      阅读:241      评论:0      收藏:0      [点我收藏+]

问题:
docker ps
error during connect: In the default daemon configuration on Windows,
the docker client must be run with elevated privileges to
connect.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json": open //./pipe/docker_engine: The system cannot find the file specified.

解决步骤:

步骤一 管理员权限运行PowerShell
步骤二 cd "C:\Program Files\Docker\Docker"
步骤三 ./DockerCli.exe -SwitchDaemon

windows下Docker无法正常启动-The system cannot find the file specified

原文:https://www.cnblogs.com/jinpingzhao/p/15087610.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!