Sign inSign up

agraubert/nucleardawn

By agraubert

Updated about 1 month ago

Alpine-linux based Nuclear Dawn dedicated server

Image
Web servers
0

1.9K

agraubert/nucleardawn repository overview

Nuclear Dawn

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

Usage

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

Config

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

Persisting game installation

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

Tag summary

Content type

Image

Digest

sha256:27d5d43a4

Size

221.8 MB

Last updated

about 1 month ago

docker pull agraubert/nucleardawn