Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Seamwright/docker-7dtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEP 1: BUILD DOCKER IMAGE

time docker build -t docker-7dtd .

STEP 2: RUN DOCKER IMAGE

Pick a method to run the docker image. Note that when you run it for the first time, it'll take some time to download the game server.

MANUALLY RUN

docker run -dt -v$(pwd)/data:/data --name=docker-7dtd docker-7dtd

RUN VIA DOCKER-COMPOSE.YML

EXAMINE RUNNING DOCKER LOGS

You can examine the server's logs with the command below.

docker logs docker-7dtd --follow

About

A Docker-Based 7DTD Server with Server Mod Manager Web GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors