Enemy Territory - Wolfenstein dedicated server container.

  • git clone https://klva.cz/src/etwolf/server-docker.git
  • Removed installation files. 3b49264, 10 Apr 2021
    Dockerfile
    etwolf.sh
    README.md

    This is Wolf:ET dedicated server container.

    Features

    Usage

    The basepath of the server is located inside the container including the base files. Mount the homepath to /var/etwolf.

    docker run -t --rm -i -p <port>:27960/udp -v <homepath>:/var/etwolf adawolfa/etwolf:latest +set fs_game etpro +map radar
    

    There are some extra options apart from the standard + arguments:

    Option Description
    --tv Use ETTV binary
    --server-demos Use server-side demos extension

    You cannot use both the options as the server demos extension isn't compatible with ETTV.