dockerfile and bootstrap for Kerbal Space Program DarkMultiPlayer(DMP) MOD Server.
move ./dockerfile folder and run this code
docker build -t "your tag" .
if you want modify DMP server settings, you can modify files in ./dockerfile/DMPServerApp before building image. ./dockerfile/DMPServerApp will be included in building process.
put ./buotstrap/DMPServerFiles into storage and run ./bootstrap.sh -t "your tag" -v "DMPServerFilesPath"