26 lines
550 B
Markdown
26 lines
550 B
Markdown
|
## 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`
|