Wurm Unlimited server + modloader images
2.9K
The image contains the required Java runtime, the server and a script which sets up the server from the supplied data files:
The server listens on the default ports:
The httpserver mod will be preconfigured if the environment variable HTTPSERVER_HOSTNAME is set. The default port is 8787. If the port is mapped to a different external port then provide this port with HTTPSERVER_PORT.
The image also bundles rmitool to shutdown the server
Assuming Creative server is available in /srv/wu/servers/Creative:
docker run --name wu_creative --rm \
-p 3724:3724 \
-p 8787:8787 \
-e HTTPSERVER_HOSTNAME=`hostname` \
-e HTTPSERVER_PORT=8787 \
-v /srv/wu/servers:/servers \
-v /srv/wu/data:/data \
ago1024/wurmunlimited:public Creative
rmitool can be exec'ed in the container
docker exec wu_creative rmitool shutdown root 60 "Server shutdown"
Content type
Image
Digest
sha256:daced119c…
Size
165 MB
Last updated
over 2 years ago
docker pull ago1024/wurmunlimited:public