A Docker for GOG's version of Starbound. Under Development
10K+
Run a Starbound server with Docker!
You'll need to give this docker a mount location. In the example command, we'll give it the folder "starbound" on the host machine. You'll need to pre-populate that folder with the Starbound files from GOG.
unzip gog_starbound_*.shdata, meta, and scripts.data/noarch/* to the host's starbound folder.docker run --name starbound -dp -v starbound:/starbound bashninja/docker-gog-starbound-server
Also a sample docker-compose.yml file has been provided. Simply run the following in the current directory:
docker-compose up
This is done by me, for my personal use. I haven't done any testing, other than my personal setup. Specifically I use this on an UnRaid server. If you have any issues, or pull requests, I'll gladly take them.
Content type
Image
Digest
Size
45 MB
Last updated
almost 7 years ago
docker pull bashninja/docker-gog-starbound-server