PlayFab / LocalMultiplayerAgent

An executable that mimics PlayFab Multiplayer (Thunderhead) operations to aid in local debugging.
https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/thunderhead
22 stars 6 forks source link

Docker network 'playfab' not automatically created #10

Closed RiederAlex closed 4 years ago

RiederAlex commented 4 years ago

Running the MockAgent.exe with -lcow and a Linux container configuration requires the docker network 'playfab' existing, otherwise the following exception will be thrown:

Unhandled exception. Docker.DotNet.DockerContainerNotFoundException: Docker API responded with status code=NotFound, response={"message":"network playfab not found"}

It would be nice if either this is explicitly documented somewhere or if the network gets created automatically

dgkanatsios commented 4 years ago

Thanks for that. There is a SetupLinuxContainersOnWindows.ps1 file that you can use, which was omitted from the documentation. Will change that ASAP.