OpenArena server - docker image
10K+
OpenArena server - docker image
This is a docker image with an OpenArena server. This image utilizing OpenArena 0.8.8's features. A fork of https://github.com/sago007/docker_openarena that works with AzureContainersInstancesManagement project by extending it with:
To run locally, type:
docker build -t dgkanatsios/docker_openarena .
docker run --rm -it -p 27960:27960/udp -e OA_STARTMAP=dm4ish -e OA_PORT=27960 -e SET_SESSIONS_URL=https://teeworlds.azurewebsites.net/api/ACISetSessions?code=<KEY> -e RESOURCE_GROUP='openarena' -e CONTAINER_GROUP_NAME='openarenaserver1' --name openarenaserver1 -v PATH/TO/openarena_data:/data dgkanatsios/docker_openarena
Docker Hub link: https://hub.docker.com/r/dgkanatsios/docker_openarena/
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
Size
38.2 MB
Last updated
over 6 years ago
docker pull dgkanatsios/docker_openarena