

v /var/codwaw/server.cfg:/home/codwaw/main/server.cfg: Mounts the server.cfg file within the main folder within the container's filesystem. v /var/codwaw/res/usermaps:/home/codwaw/usermaps: Mounts the usermaps folder in my Docker host's filesystem to the usermaps folder within the container's filesystem. I keep any mods I want to install on the server in here. v /var/codwaw/res/mods:/home/codwaw/mods: Mounts the mods folder in my Docker host's filesystem to the mods folder within the container's filesystem. I copied the contents of this from the CoD:WaW installation on my PC.


v /var/codwaw/res/main:/home/codwaw/zone: Mounts the zone folder in my Docker host's filesystem to the zone folder within the container's filesystem.

v /var/codwaw/res/main:/home/codwaw/main: Mounts the main folder in my Docker host's filesystem to the main folder within the container's filesystem. I haven't needed any other ports exposed but YMMV. p 28960:28960 -p 28960:28960/udp: This forwards TCP & UDP ports 28960 (the default CoD Server Port) to the docker host. This will automatically and interactively attach to the container on start.
