Skip to content

miketweaver/docker-starbound-gog-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starbound GOG Server for Docker

Run a Starbound server with Docker!

How to use this image

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.

  1. Download the linux installer script from GOG onto a linux machine.
  2. run unzip gog_starbound_*.sh
  3. You'll find it extracted 3 folders: data, meta, and scripts.
  4. Copy the files from 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

Installation Video for UnRaid:

https://youtu.be/QnDf0vxIvek

Notes

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.

About

Run a StarBound server with Docker!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.5%
  • Dockerfile 38.5%