You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
Dockerfile | 3 years ago | |
README.md | 3 years ago |
README.md
KSP DarkMP
KSP DarkMP is a multiplayer mod for KSP. This image is the server.
Building ksp-darkmp
docker build -t zombi/ksp-darkmp .
Running ksp-darkmp
docker run -d \
--name ksp-darkmp \
-v /data/ksp/:/home/dmp/DMPServer/Config \
-p 6702:6702
zombi/ksp-darkmp