Go to file
paul 26e109dd03 Defer install to first run 2020-08-13 06:25:10 +02:00
bin Defer install to first run 2020-08-13 06:25:10 +02:00
Dockerfile Defer install to first run 2020-08-13 06:25:10 +02:00
README.md truncate history 2017-04-13 11:17:11 +02:00

README.md

steam-insurgency

steam-insurgency is the base image for an "Insurgency" server

Building steam-insurgency

first build the steam-base image.

docker build -t zombi/steam-insurgency .

Running steam-insurgency

docker run -d \
 --name insurgency-1 \
 -p 27015:27015/udp \
 -p 27015:27015 \
 zombi/steam-insurgency -console +mapgroup mg_active +map ministry \
 +maxplayers 8 +mapcyclefile mapcycle_cooperative.txt

to start up a simple server to drive out some infidels.

a password can be set with +sv_password password