Server running inside wine,exposing as service from linux

Questions about Wine on Linux
Locked
anandrayudu
Newbie
Newbie
Posts: 2
Joined: Tue Mar 12, 2019 4:50 am

Server running inside wine,exposing as service from linux

Post by anandrayudu »

Hello All
I have windows only application which exposes its functionality via websockets. As our echo system is Linux , I created linux docker image running WINE. I am able to run my application now. However, I can't access my application endpoint from Linux, I think I have to forwards all requests from Linux to my application. How to do this.

Can you propose an alternative approach if this is not the correct way

Thanks in Advance

BR
Anand
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Server running inside wine,exposing as service from lin

Post by DarkShadow44 »

Sounds more like a docker issue to me. Did you configure docker to pass through the required ports?
anandrayudu
Newbie
Newbie
Posts: 2
Joined: Tue Mar 12, 2019 4:50 am

Re: Server running inside wine,exposing as service from lin

Post by anandrayudu »

DarkShadow44 wrote:Sounds more like a docker issue to me. Did you configure docker to pass through the required ports?
Thanks a lot for this clue, yes indeed it was the issue, I did configure the ports, however, I was using the wrong port for tests.
Simply love this framework,

Thanks to all
BR
Anand
Locked