How execute .exe file via command line inside in a docker container with linux server

Questions about Wine on Linux
Locked
victorsdd
Newbie
Newbie
Posts: 1
Joined: Wed Jan 11, 2023 10:33 am

How execute .exe file via command line inside in a docker container with linux server

Post by victorsdd »

Hello, I need to know how can I run program but not with the GUI it meas with command line but the program open a gui window nothing else... the program is cloudcompare and I've trying to execute inside of a docker container (linux server) anybody knows?
jank9525
Newbie
Newbie
Posts: 4
Joined: Thu Sep 22, 2022 7:51 am

Re: How execute .exe file via command line inside in a docker container with linux server

Post by jank9525 »

Maybe `wine programname.exe` ?
Locked