mirror of
https://github.com/LiamAEdwards/SS14-Docker-Linux-Server.git
synced 2026-02-14 23:14:39 +01:00
734d04f24c7dcaf7760242042681b78280a67341
SS14-Docker-Linux-Server 🚀
Containerized deployment of the Space Station 14 server on Linux.
⚠️ DISCLAIMER: This Docker deployment is currently in its early stages and has not been thoroughly tested.
📖 Overview
This project is for those who prefer containerized solutions, making server deployment and management a breeze. It's based on the official documentation but wrapped up in a Docker container for convenience.
🚀 Quick Start
-
Clone the repository
git clone https://github.com/LiamAEdwards/SS14-Docker-Linux-Server.git && cd SS14-Docker-Linux-Server -
Build the Docker image
docker build -t ss14-linux-server . --no-cache -
Configure Your Server
Edit the
appsettings.yml&server_config.tomlto match your desired configuration. -
Run the Server
docker run -d \ -p 1212:1212/tcp \ -p 1212:1212/udp \ -p 5000:5000/tcp \ -p 5000:5000/udp \ -v /path/on/host:/ss14 \ ss14-server
Description
Languages
Dockerfile
88.3%
Shell
11.7%