steam-insurgency/README.md

26 lines
550 B
Markdown
Raw Permalink Normal View History

2017-04-13 11:17:11 +02:00
## 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`