Hi! I’ ve a small unity c/s application developed using MLAPI. I’m on Windows 10 pro and i can succesfully obtain a windows build or a linux build, in default or headless mode. I want to put on a container the headless server (already tested and in a ubuntu vm). I have copied using the dockerfile the folder obtained from unity build, and i managed to run the server using cmd in dockerfile. The problem: clients on windows can’t connect to server (on docker container). The network manager uses 127.0.0.1 (localhost) as server address and i think that’s could be the problem. I tried also to use 192.168.99.100, while windows clients still set to try to connect to 127.0.0.1 without results. Someone help me please.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Login and password to server from game | 1 | 73 | August 30, 2024 | |
| Problem with socket communication from docker container to the host and not the otherway around | 1 | 2062 | December 29, 2024 | |
| Localhost simple-chat-app example on windows | 7 | 163 | January 8, 2025 | |
| App in container cannot connect with apps in host machine | 0 | 1235 | March 20, 2018 | |
| Attemping to run a Linux App in Docker which Listens on Port XXXX | 4 | 573 | September 20, 2022 |