https://github.com/fizzygalacticus/starbound-docker
https://github.com/fizzygalacticus/starbound-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fizzygalacticus/starbound-docker
- Owner: FizzyGalacticus
- Created: 2021-02-01T02:03:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T04:06:08.000Z (over 5 years ago)
- Last Synced: 2025-11-16T23:22:56.076Z (8 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starbound-Docker
This repo contains the necessary definitions for running a Starbound server in Docker.
## Requirements
* A valid Linux Starbound Dedicated Server installation
* make
* docker + docker-compose in your `PATH`
## How it works
This simply copies the necessary Starbound files into a Docker image.
## How to run
Simply clone this repo:
```sh
git clone https://github.com/FizzyGalacticus/starbound-docker
```
... and from the repo directory, run:
```sh
make SBPATH= run
```
This will create the image and start the container.
## Saving the Docker image
If you would like to save the image directly for copying elsewhere, you can run:
```sh
make SBPATH= saveimage
```
## configuration
You can customize the server config settings by modifying the [starbound_server.config](./storage/starbound_server.config) file and re-starting the server using the command above.
You can also install any desired mods directly into the [mods directory](./mods).