Thanks to visit codestin.com
Credit goes to hub.docker.com

greghib/void

By greghib

Updated about 1 month ago

Multiplayer game server emulating 2011 RuneScape

Image
0

1.0K

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:43b84d7b5

Size

388.4 MB

Last updated

about 1 month ago

Requires Docker Desktop 4.37.1 or later.