Server setup for Starbound
Go to file
2018-07-11 12:43:14 +02:00
.gitignore Initial version 2018-07-11 12:43:14 +02:00
Dockerfile Initial version 2018-07-11 12:43:14 +02:00
install.txt Initial version 2018-07-11 12:43:14 +02:00
README.md Initial version 2018-07-11 12:43:14 +02:00
run.sh Initial version 2018-07-11 12:43:14 +02:00

luzifer-docker / starbound

Server setup for Starbound game.

Warning: This Docker image contains Steam credentials and a server not being accessible to the public - You do not want to publish the image to any public registry!

Generate config.vdf

In order to build the container you will need to have a config.vdf file which can be created using this command:

$ docker run --rm -ti -v $(pwd):/home/steam/Steam/config luzifer/steam-base gosu steam steamcmd.sh +login <yourlogin> +quit

You will get asked for your password and - if enabled - your Steam Guard key. Afterwards a config.vdf file exists which you should keep secret as it contains cached credentials.