Skip to content

Quake III Arena server docker image for Raspberry Pi & ARM devices in general

License

Notifications You must be signed in to change notification settings

wouterds/rpi-quake3-server

 
 

Repository files navigation

Quake III Arena Docker Alpine image with ARM support

This Docker image provides a simple Quake 3 dedicated server that runs on Raspberry Pi.

Quake 3 on Raspberry with Docker

Installing

With script

curl -sSL https://github.com/wouterds/rpi-quake3-server/raw/master/install.sh | sh

Manually

  1. Create a directory where you'll run the project, e.g. quake3

  2. Copy docker-compose.yml into the directory

  3. Copy server.cfg into the directory

  4. Copy the pak0.pk3 file into the directory

Configuring

Change server settings by editing ./server.cfg

Running

docker-compose up -d

Client

Find a client for your platform here: https://ioquake3.org/get-it

About

Quake III Arena server docker image for Raspberry Pi & ARM devices in general

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 43.4%
  • Shell 29.5%
  • Makefile 27.1%