Windows WSL 下 Docker 启动报 waiting for init preliminary setup caused: EOF: unknown 错误
Windows WSL Docker 大约 400 字run hello-world
docker run hello-world
具体错误
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:722: waiting for init preliminary setup caused: EOF: unknown. ERRO[0002] error waiting for container: context canceled
原因
因为是在Windows
下使用Linux
子系统,安装的是Ubuntu 20.04LTS
版本,docker
安装的也是20.10.12
。
版本太高了。
解决方法
安装Ubuntu 18.04
阅读 1484 · 发布于 2022-01-09
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Java 普通工程 maven 打包阅读 1565
-
设计模式之外观模式阅读 845
-
Spring 注册内置后置处理器流程阅读 412
-
解决 HTTP 请求参数中的加号被替换为空格问题阅读 3620
-
Nginx upstream timed out 10060阅读 2641
-
Windows C 盘隐藏文件 pagefile.sys 扩大电脑内存阅读 72
-
Test.class found in top-level directory (unnamed package not allowed in module)阅读 2401
-
软考-系统架构设计师:存储管理-页面置换算法阅读 964
-
MySQL 内存占用过高阅读 1737
-
Docker exec 进入容器报错解决方法阅读 619