Sign inSign up

greghib/void

By greghib

Updated 9 days ago

Multiplayer game server emulating 2011 RuneScape

Image
0

2.8K

greghib/void repository overview

Void Server Images

Void header

What is Void?

Void is a multiplayer game server emulating 2011 RuneScape. These containers are a quick way to run and play the game. Once online the game can be logged into with the latest client release. The source code is available on GitHub.

Running containers

$  docker run -p 43594:43594 greghib/void

Persistant storage

Game saves within containers will be removed if a container is rebuild or updated, to persist game saves between updates mount the saves directory to your own.

$ docker run -p 43594:43594 -v /host/path/saves:/app/data/saves greghib/void

Customise configuration

If you wish to adapt the default configuration you will need to mount your configuration file to the container:

$ docker run -p 43594:43594 -v /host/path/game.properties:/app/game.properties greghib/void

Tag summary

Content type

Image

Digest

sha256:64900310e

Size

401.1 MB

Last updated

9 days ago

docker pull greghib/void