IW4x in Docker
Go to file
Jack Hadrill 4241498376
continuous-integration/drone/push Build is failing Details
Update 'Dockerfile'
2022-08-09 18:43:28 +00:00
.drone.yml Add '.drone.yml' 2022-08-09 18:20:46 +00:00
.gitignore Initial commit 2022-08-09 18:19:01 +00:00
Dockerfile Update 'Dockerfile' 2022-08-09 18:43:28 +00:00
LICENSE Initial commit 2022-08-09 18:19:01 +00:00
README.md Update 'README.md' 2022-08-09 18:32:00 +00:00

README.md

IW4x in Docker

Build Status

This repository contains the necessary ingredients for running IW4x in Docker.

Usage instructions

Use the following docker-compose.yml file in order to setup IW4x.

version: '3'
services:
  iw4x:
    image: git.jacknet.io/jackhadrill/iw4xdocker:latest
    volumes:
      - data: /game
    ports:
      - '28961:28961/tcp'
      - '28961:28961/udp'
volumes:
  data:

Follow the instructions here in order to download the IW4x files and prepare them for use.

Once done, place these in the data volume such that iw4x.exe is mounted to /game/iw4x.exe within the container.

Configuration files should be placed in userraw/server.cfg within the data volume.