This repository contains a Docker setup for [Linux Game Server Managers](https://gameservermanagers.com/) [Rust](http://playrust.com/) management script.
## How to use
- Choose a directory which will be used to persist downloaded gameserver data, maps, player data, ... (Needs ~6GB disk-space)
This README will use `/data/rust` as chosen directory. So replace that one with your choice in all commands.
- Execute `chown 1000:1000 /data/rust` to enable the unprivileged user in the container to write into that directory
- Do a first installation of the server: (This will require quite a time as it downloads a 5.8GB gameserver)