This image provides an Insurgency dedicated server for cooperative play.
This image is deprecated and will is not under development anymore. Feel free to fork and build your own.
- The server is setup for 48 players
- Mapcycle is reduced to gamemodes: hunt, checkpoint and conquer
- The theaters for hunt, checkpoint and conquer are customized for up to 16 human players
- The lobby size is set to 10
- The server is not contained by the image, to keep it small. It will download and install on first start of the container. You will need at least 6GB of HDD space, for the container to inflate.
To start the container run docker run -d --init --name insurgency-coop-dedicated --restart unless-stopped -v insurgency-coop-dedicated-config:/var/insurgency/cfg -p 27015:27015 -p 27015:27015/udp -p 1200:1200 -p 27005:27005/udp -p 27020:27020/udp -p 26901:26901/udp nilsramsperger/insurgency-coop-dedicated
.
The Server will start with the hostname "Insurgency Coop Dedicated Server", no password and rcon password set to "somepassword".
The server's config folder is persisted in the named volume insurgency-coop-dedicated-config
.
So if you want to change settings, just tap into the container, change the files within config and restart.
The changes won't get lost.