Skip to content

Dockerfile, docker-compose.yml, and configuration mapping for Kerbal Space Program DarkMultiPlayer MOD Server

Notifications You must be signed in to change notification settings

cfairweather/DarkMultiPlayer-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkMultiPlayer-docker

Dockerfile, docker-compose.yml, and configuration mapping for Kerbal Space Program DarkMultiPlayer(DMP) MOD Server.

The mode source is here

The original Dockerfile was forked from wilfrem, here to add some Docker paradigm updates and latest code.

The new setup has been tested against Docker 1.9.0.

Build the image

Thanks to feats of modern software engineering, you no longer need to build this image yourself. You may pull and run it from docker hub!

Simply skip to "Run Server"

If you're one of those fun users that likes to build things themselves you can use the dev docker-compose and run docker-compose -f docker-compose-dev.yml build ksp-dmp in this folder. Then do docker-compose -f docker-compose-dev.yml up -d ksp-dmp to run the server instead.

Run Server

docker-compose up -d ksp-dmp

Configuration

If you want modify DMP server settings, you can modify files in config/ and then restart the server for the changes to take effect. Don't worry, your universe files are mapped out to universe/, so you won't lose your game changes.

docker-compose restart ksp-dmp

About

Dockerfile, docker-compose.yml, and configuration mapping for Kerbal Space Program DarkMultiPlayer MOD Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%