Sign inSign up

zealic/dst_server

By zealic

Updated almost 10 years ago

Image
2

1.2K

zealic/dst_server repository overview

Don't Starve Server Docker Image

This repository contains Dockerfile definitions for Don't Starve Server Docker images.

Supported tags

Getting started for this docker container at the Docker Hub.

Server Token

Use SERVER_TOKEN environment variable to authenticate server.

docker run -d -e SERVER_TOKEN=<YOUR_SERVER_TOKEN> zealic/dst_server

Volume Directory

Data volume directory is /DST

Host directory owners must be 10999:10999

Usage

mkdir $HOME/dst_data
chown 10999:10999 $HOME/dst_data
docker run -d -e SERVER_TOKEN=... -v $HOME/dst_data:/DST zealic/dst_server

Tag summary

Content type

Image

Digest

sha256:897c7ec9b

Size

490.6 MB

Last updated

almost 10 years ago

docker pull zealic/dst_server