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:64900310e…
Size
401.1 MB
Last updated
9 days ago
docker pull greghib/void