* Add XPilot X-windows game template. This provides an exmaple of how to use Rancher to manage an X-Windows client application. * Xpilot changes to scheduling to compensate for CoreOS/Rancheros linkage issues * Update Registry template for patched Portus container version, also add affinity rules to avoid networking issues
13 lines
694 B
Markdown
13 lines
694 B
Markdown
# XPilots
|
|
|
|
This creates an X-Windows base X-Pilots game, for testing X-Windows connectivity. To use this, you will need to have X-Windows installed on your workstation, and able to accept incoming connections from the Docker Hosts.
|
|
|
|
For the client, you need to specify the location of your X-Windows desktop, for example 1.2.3.4:0
|
|
|
|
You can add more players by just cloning the first player service, and giving it different DISPLAY and NAME environment variable settings.
|
|
|
|
Note that there are NO publicly exposed ports as it runs purely over the Rancher
|
|
private network! If you want to make this available to external players, you
|
|
need to expose the port 15345/udp from the Server container.
|
|
|