CTR-tools / CTR-ModSDK

ModSDK - a modding toolkit to create mods for Crash Team Racing in C. This repository also houses an effort to fully decompile and reverse-engineer CTR in C.
https://discord.gg/WHkuh2n
306 stars 37 forks source link

Added Docker suppport for Server #141

Closed nomadics9 closed 3 months ago

nomadics9 commented 4 months ago

simple docker for ctr_srv for easy deployment on any system.

Usage:

  1. cd CTR-ModSDK/mods/Windows/OnlineCTR/Network_PC/Server
  2. ./buildDocker.sh
  3. docker run -p 8080:8080 nomadics/ctrserver

Your server should be running at port 8080 ! :)

PedroHLC commented 4 months ago

A few things:

arthurdenner commented 3 months ago

Thank you to everyone involved in this feature!

@PedroHLC, is the CI pushing a new image to GitHub's registry or is it an idea to be explored/implemented yet?

PedroHLC commented 3 months ago

is the CI pushing a new image to GitHub's registry or is it an idea to be explored/implemented yet?

Idea