Requires 64-bit
Starts Cave cluster with Docker Compose. Based on instructions from the forums.
A token can be generated from Account
page in main menu. Paste it in cluster_token.txt
.
Modify cluster.ini
:
cluster_name
will show up in server listingscluster_description
will show up in server infocluster_password
if you want your server to be password protectedcluster_key
make it secret
More info on these config files in the forums
With a docker-machine
setup just run:
docker-compose up -d
If the server stops showing up in the listings, it may need an update. The servers will update themselves on start so just restart them:
docker-compose restart
Included are some scripts that can help you backup and restore clusters.
To create a backup for example:
./backup.sh ~/dst-backups/my-backup.tar.gz
Then to restore that backup:
./restore.sh ~/dst-backups/my-backup.tar.gz
The server will load the restored state next time it starts. These scripts are just docker
commands that can be modified to work on other platforms.