Jump to content

Share a dst server docker image


Recommended Posts

May be useless ,but I think it's more convenient.

Docker image infomation : ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

docker-image-repo

I test it today,and it works good.Dockerfile and scripts are open source.

How to use :

1.Install docker on your server.

Docker-install

2. Make a directory,(like "dts").Download your "MyDediServer.zip" into it. then unzip.

3.if you don't need add mod ,copy these lines 

 

#!/bin/bash 
docker run -d \
	--name=dts \
	--network=host \
	--mount type=bind,source=</save/location>,target=/root/.klei/DoNotStarveTogether \
	poormancontainer/poormandtsonce:20220704 ./run-master-and-caves.sh

and paste them into a new file, name it as "run.sh".then give it executable permission, run it.

Don't forget replace your "MyDediServer" location to </save/location> .

 

4. Execute “run.sh"

 

Link to comment
Share on other sites

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.

×
  • Create New...