-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just want move a windows Feature to docker #149
Comments
AND now I use It was like that:
|
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I have a Feature, It's a shell like that ' AcmeCADConverter.exe /x2010 /data/XX.dwg /data/XX.dxf ' at windows.
And the website is https://www.dwgtool.com/cmd.htm, I was used it just work at window's server. Now I want use it in k8s.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I try to use this commond :
docker run -it -p 3000:3000 \ -v /home/kz/win/acme:/data \ --env TERM=dumb \ scottyhardy/docker-wine:latest \ wineconsole /data/AcmeCADConverter.exe /x2010 /data/XXX.dwg /data/XXX.dxf
But it's not work:
0009:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0009:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Where was wrong?
Please help me, thanks~
The text was updated successfully, but these errors were encountered: