Skip to content

Fleuv/urbanterror-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Dockerized Urban Terror Client

Launch and play Urban Terror via docker.

Currently under construction, looking for contributers! Have a look at the issues.

Usage

First retrieve the image from docker hub.

docker pull fleuv/urbanterror-client:latest

Last but not least create a simple shell script wrapper to easily launch the game.

#!/bin/sh

HOST_Q3UT4="$HOME"/.q3ut4
DOCKER_Q3UT4=/usr/local/game/UrbanTerror/q3ut4

docker run \
    --rm \
    --net=host \
    -v "$HOST_Q3UT4"/authkey:"$DOCKER_Q3UT4"/authkey
    -v "$HOST_Q3UT4"/my.cfg:"$DOCKER_Q3UT4"/my.cfg
    fleuv/urbanterror-client:latest

About

A docker image for an urbanterror client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published