Alpine-linux based Nuclear Dawn dedicated server
1.9K
Nuclear Dawn is a 2011 hybrid FPS/RTS developed by InterWave Studios, now GameConnect.
This image is an alpine-based dedicated server for Nuclear Dawn
This can be run, out of the box, by just exposing 27015 TCP and UDP:
docker run -p 27015:27015 -p 27015:27015/udp agraubert/nucleardawn:latest
You can mount server config files into the container at /opt/imports/cfg/ which get dumped into the appropriate container folder at startup. You can add the following option to mount the config: -v /path/where/your/config/files/are/:/opt/imports/cfg
By default, the image will reinstall the game at startup. The installed game server files are saved to the container's filesystem, which is lost if the container is ever deleted. If you wish to persist the game installation, you can mount a volume or bind-mount a host directory to /opt/games/nucleardawn
Content type
Image
Digest
sha256:27d5d43a4…
Size
221.8 MB
Last updated
about 1 month ago
docker pull agraubert/nucleardawn