Sign inSign up

alexandercurl/cod4x-server

By alexandercurl

Updated about 6 hours ago

Official Call of Duty 4 X Server Docker Container.

Image
0

50K+

alexandercurl/cod4x-server repository overview

Official Call of Duty 4 X server docker image.

Based on Debian Stable shim image, low footprint. Rudimentary for now at best, testing still required.

Usage:

Docker volumes expect current working directory to be mapped, and original assets uploaded, such as main and zone Additional mods also can be uploaded, and modify the launch option. Plugins also supported, and load from the server.cfg as usual

docker run -d --name cod4x-server --restart=unless-stopped \
-p 28960:28960 -p 28960:28960/udp \
-v ./main:/home/user/cod4/main \
-v ./main_shared:/home/user/cod4/main_shared \
-v ./zone:/home/user/cod4/zone \
-v ./mods:/home/user/cod4/mods \
-v ./plugins:/home/user/cod4/plugins \
-v ./usermaps:/home/user/cod4/usermaps \
alexandercurl/cod4x-server +exec server.cfg +map_rotate

Tag summary

Content type

Image

Digest

sha256:d5bc6235b

Size

324.2 MB

Last updated

about 6 hours ago

docker pull alexandercurl/cod4x-server