gpt4 book ai didi

wpf - dockerize 一个 wpf 应用程序并使用它

转载 作者:行者123 更新时间:2023-12-04 21:51:15 25 4
gpt4 key购买 nike

我正在尝试 dockerize 一个 wpf 应用程序。
当时只是一个简单的应用程序。

现在我得到了这个 dockerfile :

FROM microsoft/nanoserver
WORKDIR C
run "$PATH"
#ENTRYPOINT ["C:\Users\TestDev\Documents\Visual Studio 2017\Projects\TestExe\TestExe\bin\Release\TestExe.exe"]
RUN ["C:\Users\TestDev\Documents\Visual Studio 2017\Projects\TestExe\TestExe\bin\Release\TestExe.exe"]

我尝试使用入口点、运行和 cmd。
但得到这个错误:
The filename, directory name, or volume label syntax is incorrect.

我想知道运行容器后它是如何工作的。

谢谢。

最佳答案

您不能在 docker 中运行 WPF 应用程序。
查询 https://msdn.microsoft.com/en-us/magazine/mt797650.aspx

关于wpf - dockerize 一个 wpf 应用程序并使用它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44502886/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com