如何将DirectX安装到Windows Server Core(docker容器) [英] How to install DirectX to Windows Server Core (docker container)

查看:454
本文介绍了如何将DirectX安装到Windows Server Core(docker容器)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Windows 10上创建一个docker容器来运行我的服务。它使用需要DirectX处理音频文件的第三方组件。到目前为止,我设法安装所有其他依赖项,我的docker文件如下所示:

 

FROM microsoft / windowsservercore

WORKDIR /

COPY安装/ /安装/

RUN powershell启动进程c:/Install/vcredist_x64.exe -ArgumentList'/ quiet' -Wait

RUN PowerShell启动-process c:/Install/vcredist_x86.exe -ArgumentList'/ quiet'-Wait

RUN powershell start-process c:/Install/dotnetfx45_full_x86_x64.exe -ArgumentList" / q" -Wait -Verb RunAs


是否可以在Windows Server Core中安装DirectX?




如果有帮助,请将回复标记为答案

解决方案

您好,您是否找到了此问题的解决方案与此同时?我遇到了同样的问题。感谢

I am creating a docker container on Windows 10 to run my service. It uses 3rd party component that needs DirectX to process audio files. So far I managed to install all other dependencies and my docker file looks like this:

FROM microsoft/windowsservercore

WORKDIR /

COPY Install/ /Install/

RUN powershell start-process c:/Install/vcredist_x64.exe -ArgumentList '/quiet' -Wait

RUN powershell start-process c:/Install/vcredist_x86.exe -ArgumentList '/quiet' -Wait

RUN powershell start-process c:/Install/dotnetfx45_full_x86_x64.exe -ArgumentList "/q" -Wait -Verb RunAs

Is it possible to have DirectX in Windows Server Core?


Please mark replies as answers if they help

解决方案

Hi, Have you found a solution for this issue in the meanwhile? I ran into the same problem. Thanks


这篇关于如何将DirectX安装到Windows Server Core(docker容器)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆