Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

n4cer/quakelive-docker

 
 

Repository files navigation

QuakeLive docker container

QL server in 5 minutes

  • git clone https://github.com/n4cer/quakelive-docker
  • Put your SteamID into access.txt for admin access
  • Put the Workshop ItemID of the addons you want into workshop.txt
  • Define mappools (all .txt files will be copied to the container)
  • Create a base config in server.cfg
  • Put more variable stuff in start.sh
  • docker build -t "quake:latest" .
  • ./start.sh <x> create a docker container with quake on ports 2796x and 2896x (rcon)

Notes

  • .txt and .cfg files are just examples.
  • IDs ZMQ Python scripts are included for easy access. I didn't write or change those.
  • This should be extended to make different server.cfg files per container possible.
  • The image on Docker Hub is useless. Please roll your own.

About

QuakeLive docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 3.9%