Multiplayer game server emulating 2011 RuneScape
1.0K
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.
$ docker run -p 43594:43594 greghib/void
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
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
Content type
Image
Digest
sha256:43b84d7b5…
Size
388.4 MB
Last updated
about 1 month ago
Requires Docker Desktop 4.37.1 or later.