欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 房产 > 建筑 > windows server2019 不成功的部署docker经历

windows server2019 不成功的部署docker经历

2025/9/26 6:39:19 来源:https://blog.csdn.net/whp404/article/details/148458535  浏览:    关键词:windows server2019 不成功的部署docker经历

由于现场网络限制,需要将docker 容器部署到windows-server 2019上

1.在windows server 2019上安装 docker-desktop,貌似内核版本太低,无法安装,g

然后曲线救国,window server 2019安装docker,折腾了半天,貌似docker 环境还是不行,貌似采用 LCOW 这个特性,但是这个特性 貌似几年没维护了,如果有谁成功了,那一定是我太菜了

在 Windows Server 上,Docker 的使用与 Docker Desktop 在 Windows 10 或 11 上的使用有一些不同。Windows Server 主要支持的是基于 Windows 的容器,但如果你希望在 Windows Server 上运行 Linux 容器,可以考虑使用 Linux Containers on Windows (LCOW) 功能。然而需要注意的是,LCOW 已被标记为实验性功能,并且在新版本的 Docker 中可能不再得到官方的支持或推荐。

最后搜到一个帖子讨论
貌似就是不推荐windows-server 跑docker的 linux 内核模式

Windows Server doesn’t support Linux containers. Linux containers are available on Windows client (10 and 11) only for development purposes. On a Server machine you can install a Linux VM on Hyper-V and run Docker from there.
Furthermore, Windows Server doesn’t have a GUI like Docker Desktop on client. More information here: Prep Windows operating system containers | Microsoft Docs

最后我就是听人劝,吃饱饭,老实的在windows-server里 安装虚拟机,跑linux版本的docker镜像

参考链接

  • LCOW Labs: Linux Container On Windows
  • windows sever2019切换Linux内核
  • Run Docker on Windows Server 2019 / 2022

2.Docker get-started: WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (windows/amd64)

原来装的普通windows 10上的docker 镜像导出到 windows server上,这里需要说明 原来win10 上底层用的hyper-v,跑的应该是linux版本镜像,所以要么采用上面我没成功的LCOW特性,要么就虚拟机 里干linux容器

docker镜像导入导出命令

3.把原来的 mysql数据搬到 linux容器里,结果遇到Docker-compose : mysqld: Can’t create/write to file 'xxxx‘’ (Errcode: 13 - Permission denied)

采用下面的方案
stackoverflow链接

我把我的mysql 的 data目录 用chown 命令改成 999了,貌似就容器启动成功了

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词