This docker image is based on the Lunamultiplayer mod and creates a server for Kerbal Space Program.
Image automatically downloads the latest release of LMP during first deployment.
To start the docker image run:
docker run \
--name "LMP Server" \
-p 8800:8800 \
zocker160/ksp-lunamultiplayer:latest
-p 8800:8800
LMP game server port (default 8800)- (optional)
-v <insert/path/here>:/Luna-docker/LMPServer:rw
The location to store all your permanent files (logs, config and more)
none yet - but you can create a issue on GitHub if you have an idea or a problem ;)