Hi,
I wanted to learn some Docker so I created a docker image for hosting a server, you can get it here:
https://hub.docker.com/r/nukla/paintball2You can either start a completely fresh server with no previous configuration or provide your own pball/ directory. Basic instructions on how to start the server are included in the readme, some docker experience might be useful. Please backup your pball/ directory before trying it out because the image might be doing weird things and accidentally overwrite it.
The server doesn't see the IP address of the clients, so IP banning probably doesn't work, not sure if this is fixable in docker.
The "code" for building the image yourself is here:
https://gitlab.com/nukla/paintball2-dockerYou can also pass your own arguments to the paintball2 binary, I just didn't document it yet
Maybe it's useful for someone out there