Sago007's OpenArena server. The config is easily changed. Works out of the box for quick testing.
10K+
OpenArena server - docker image
This is a docker image with an OpenArena server. This image utilizing OpenArena 0.8.8's features. This can be both good and bad.
This image is good if:
This image is not good if:
To run do something like:
docker run -it -e "OA_STARTMAP=dm4ish" -e "OA_PORT=27960" --rm -p 27960:27960/udp -v openarena_data:/data sago007/openarena
Be warned that all three port numbers must be changed if you want to run on another port and have the game appear in the server list.
To change the config you can start a bash instance with:
docker run -it --rm -v openarena_data:/data --user 1000 sago007/openarena bash
And then do:
nano /data/openarena/baseoa/server_config_sample.cfg
On server start the following files will be created in "/data/openarena/baseoa" if they do not exist:
maps_ctf.cfg
maps_dd.cfg
maps_dm.cfg
maps_dom.cfg
maps_elimination.cfg
maps_harvester.cfg
maps_lms.cfg
maps_obelisk.cfg
maps_oneflag.cfg
maps_tdm.cfg
maps_tourney.cfg
server_config_sample.cfg
You can edit them to suit your need... or keep them
There are 3 variables that can be set:
If the environment OA_ROTATE_LOGS is set to "1" (witch is the default value) then "games.log" will be rotated up to once a day if the size exceeds ~50 MB. The logs will only be rotated on startup/restart. Old logs will be stored in the format "games.log.YYYY-MM-DD.gz" (this is the reason that we can only store once a day).
Content type
Image
Digest
sha256:8a9c39caa…
Size
446.2 MB
Last updated
3 months ago
docker pull sago007/openarena