Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 746 Bytes

File metadata and controls

15 lines (13 loc) · 746 Bytes

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