首页 > Windows开发 > 详细

win10docker 报错

时间:2019-05-13 22:43:58      阅读:229      评论:0      收藏:0      [点我收藏+]
  1. 右键这个小图标,先signin,注意这里是ID 不是邮箱


     
    技术分享图片
    image.png
  2. 可能starting 时候就报错说
    “Containers feature is not enabled”
    或者


     
    技术分享图片
    image.png

https://github.com/docker/for-win/issues/1631
https://github.com/docker/for-win/issues/1982

总结一下,
首先确认Hyper-V启动

 
技术分享图片
image.png


第二应该确保:

 
技术分享图片
image.png


如果你的显示禁用, Enabled Virtualization (Hyper-V, etc) in your BIOS, 你得开机进入BIOS里把Virtualization的选项变成Enabled(不同机子的Virtualization可能在不同的选项下,去看一下advanced之类的)

 

  1. 在bash 里打docker ps
    就开始报错


     
    技术分享图片
    image.png

    error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.39/containers/json: 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.

解决办法:
https://github.com/docker/for-win/issues/1825

cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon

再试试, 就正常了
docker ps

 

 
技术分享图片
image.png

 

docker run hello-world

 

 
技术分享图片
image.png



作者:荷包蛋酱
链接:https://www.jianshu.com/p/09d53c822cf8
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

win10docker 报错

原文:https://www.cnblogs.com/smars1990/p/10859204.html

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