I'm trying to dockerize a wpf application. Just a simple app for that time.
for now i got this 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"]
Si i tried with entrypoint, run and cmd. But got this error :
The filename, directory name, or volume label syntax is incorrect.
And i would like know how it's work after run a container.
Thanks.
You cannot run a WPF application in docker. Check https://msdn.microsoft.com/en-us/magazine/mt797650.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With