This Docker will download and install Zandronum Server and run it.
Zandronum brings classic Doom into the 21st century, maintaining the essence of what has made Doom great for so many years and, at the same time, adding new features to modernize it, creating a fresh, fun new experience.
ATTENTION: You have to place your wad files into the '/wads' folder to complete the startup of the server (If you place more than one wad file in the folder you have to append the GAME_PARAMS with for example: '-iwad DOOM2.WAD' - without quotes - to load like in this example DOOM2, also note that the wad file is case sensitive).
| Name | Value | Example |
|---|---|---|
| GAME_PARAMS | Startup game parameters | -port 10666 +exec server.cfg |
| UID | User Identifier | 99 |
| GID | Group Identifier | 100 |
docker run --name Zandronum -d \
-p 10666:10666/udp \
--env 'GAME_PARAMS=-port 10666 +exec server.cfg' \
--env 'UID=99' \
--env 'GID=100' \
--volume /mnt/cache/appdata/zandronum:/zandronum \
ich777/zandronum
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
Content type
Image
Digest
sha256:1bbd34d9d…
Size
113.4 MB
Last updated
6 months ago
docker pull ich777/zandronum