注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > 聚石塔

关于Windows Server 2004

更新时间:2022/01/18 访问次数:1384

新版集群基于Windows Server 2004version,解决了之前2019版本各种网络问题


关于镜像

由于新版windows节点的操作系统是2004version,运行的容器镜像也需要基于2004。

官方镜像

官方镜像目前提供了aspnet4.8:2004版本,如果需要其他镜像,联系@杭羽

image.png

自定义镜像

基础镜像TAG升级到2004相关版本重新build,例如

FROM mcr.microsoft.com/windows/servercore/iis:windowsservercore-2004

RUN powershell -NoProfile -Command Remove-Item -Recurse C:\inetpub\wwwroot\*

WORKDIR /inetpub/wwwroot

COPY content/ .

参考:https://hub.docker.com/_/microsoft-windows-servercore-iis


关于UI

Windows Server, 2004 version 不提供UI桌面


从Windows Server 2016以后,微软关闭了 GUI 从Core Server安装的能力:https://www.fastvue.co/sophos/blog/switch-between-windows-server-core-and-full-gui-the-easy-way/

取而代之的是,提供一些Feature on demand的图形化工具: https://docs.microsoft.com/en-us/windows-server/get-started-19/install-fod-19

FAQ

关于此文档暂时还没有FAQ
返回
顶部