Skip to content

πŸš€ Run your ioquake3 dedicated server in a Docker container for easy setup and management of your gaming environment.

License

Notifications You must be signed in to change notification settings

w6yok/ioq3-ded-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ ioq3-ded-docker - Easy Setup for Your Game Server

Download

πŸš€ Getting Started

Setting up your own game server can be a breeze with ioq3-ded-docker. This guide will help you download and run the Docker image without any complicated steps.

πŸ“‹ What You Need

Before you start, ensure that you have the following:

  • A computer running Windows, macOS, or Linux.
  • Docker installed on your machine. You can download Docker from the Docker website.
  • A stable internet connection.

πŸ’Ύ Download & Install

To get the latest version of ioq3-ded-docker, visit this page to download: GitHub Releases.

Step-by-Step Installation

  1. Visit the Releases Page

    • Go to GitHub Releases.
    • Here, you will see a list of available versions. Choose the latest version.
  2. Download the Docker Image

    • Click on the appropriate link for your system or follow the instructions to pull the image using Docker.
  3. Run the Docker Image

    • Open your terminal or command prompt.
    • Type the following command to pull and run the server:
      docker run -d --name ioq3-server -p 27960:27960 -e "PASSWORD=yourpassword" w6yok/ioq3-ded-docker
      
    • Replace yourpassword with a password of your choice to secure your server.
  4. Access Your Server

    • After running the command, your game server will be live. You can access it via your game client using your machine’s IP.

πŸ›  Features

  • Lightweight: The ioq3-ded-docker image is designed to be minimal yet fully functional for hosting your game server.
  • Fast Setup: With Docker, you can install and run your server in minutes.
  • Customizable: You can easily modify server settings as per your requirements.

πŸ”§ Configuration Options

You can customize your game server by adjusting environment variables when you run the Docker image. Here are some useful settings:

  • SERVER_NAME: Set a name for your server.
  • MAP: Specify the default map for your server.
  • MAX_PLAYERS: Define how many players can join simultaneously.

Example Command with Options

Here’s how to run your image with additional options:

docker run -d --name ioq3-server -p 27960:27960 -e "SERVER_NAME=MyGameServer" -e "MAX_PLAYERS=16" -e "PASSWORD=yourpassword" w6yok/ioq3-ded-docker

πŸ“ž Support

If you encounter any issues or have questions, you can open an issue in the GitHub repository. Your feedback is valuable.

  1. Visit the GitHub Issues Page.
  2. Describe your problem clearly, and our team will assist you.

πŸ”— Useful Links

πŸ”„ Updates

Stay informed about updates for the ioq3-ded-docker image. Check the Releases page regularly for new features or improvements.

To download the latest version, visit: GitHub Releases.

Follow these steps for an easy setup, and enjoy your game server!

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •