/cod4docker

Containerized Call of Duty Modern Warfare Linux server

Primary LanguageHTML

Getting Started

  1. Clone this repository
  2. Customize cod4/server.cfg
  3. Set environment variable COD4_DATA, e.g. export COD4_DATA="/Applications/Call of Duty 4/Call of Duty 4 Data"
  4. Build the docker image, e.g. docker-compose build
  5. Run the docker image: docker-compose up
  6. Connect to the server!

Configuration

If you want to customize the server.cfg file you can mount /home/cod4/server.cfg as a volume.

References