You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi! first of all thanks for this amazing docker image, really nice
i'm trying to run a game server that only has support for windows after the installation the application runs correctly, altho it seems that the ports are close, but on my host machine they're open and i expose the ports, if i close the application then it throws the error cannot create listening socket, i have to kill the container and start a new one, but i never manage to make it work, before testing this on wine i run test over my windows machine (win10) and works correctly
I believe there's something related to the communication between the docker and linux host machine there's anything i can provide apart from what im actually sharing? im pretty new to wine itself after the first try seems to be pretty easy
thanks for the future help
EDIT: if you do need me to upload the app so you test i can do it
The text was updated successfully, but these errors were encountered:
I tried your command, as I'm trying to figure out how to publish a port, and I'm having an issue where all the data is deleted when the container is stopped. So, if I had to guess, I think it's because you didn't map a volume of some sort.
hi! first of all thanks for this amazing docker image, really nice
i'm trying to run a game server that only has support for windows after the installation the application runs correctly, altho it seems that the ports are close, but on my host machine they're open and i expose the ports, if i close the application then it throws the error cannot create listening socket, i have to kill the container and start a new one, but i never manage to make it work, before testing this on wine i run test over my windows machine (win10) and works correctly
this is how i run the container
docker run -d -it --rm --hostname="$(hostname)" --env="RDP_SERVER=yes" --publish="3389:3389/tcp" --publish="9250:9250/tcp" scottyhardy/docker-wine /bin/bash
after this i do rdp into the container and install with the windows wizard the app and just configure the basic stuff
the port is 9250 tcp
iptables -nL | grep 9250
ACCEPT tcp -- 0.0.0.0/0 172.17.0.3 tcp dpt:9250
I believe there's something related to the communication between the docker and linux host machine there's anything i can provide apart from what im actually sharing? im pretty new to wine itself after the first try seems to be pretty easy
thanks for the future help
EDIT: if you do need me to upload the app so you test i can do it
The text was updated successfully, but these errors were encountered: