Ronmi Posted May 27, 2015 Share Posted May 27, 2015 I've created a project dst_docker (github project page) to help creating dedicated servers easier (with docker). You can easily create your own server on AWS/GCP/Linode/.... with docker! It uses two shell scripts to create a docker image with DST server software downloaded, and another shell script to create/start/stop/upgrade game server instance. It's better to have some basic knowledgement about debootstrap before use this tool.But feel free to use it without any tuning, default values maybe slow at preparing system image but just works. If any bug, please submit an issue on github, thx. -EDIT: As version goes to 0.4, it's much easier to use this tool than operate/manage server yourself.Just in few stepsgrab code from github extract it to somewhere run "dst.sh install" make a subfolder in "servers" directory, say named "myserver" put settings.ini, server_token.txt (optionally dedicated_server_mods_setup.lua and modoverrides.lua if you want to enable some mods) in the "myserver" folder run "dst.sh create myserver" to create docker container run "dst.sh start myserver" to start your server run "dst.sh stop myserver" to stop your server when needed Link to comment https://forums.kleientertainment.com/forums/topic/54475-a-helper-to-create-dst-server-in-docker/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.