steam/README.md

11 lines
291 B
Markdown
Raw Normal View History

2020-08-12 20:29:39 +02:00
## steam
steam is an image containing the steam platform, which is required for some
dedicated gameserves. This image is not very useful on its own, but can be
used as a base for spinning up gameservers for CS:GO, TF2 or Garys Mod.
2017-04-13 10:40:00 +02:00
2020-08-12 20:29:39 +02:00
### Building steam
2017-04-13 10:40:00 +02:00
```
2020-08-12 20:29:39 +02:00
docker build -t zombi/steam .
2017-04-13 10:40:00 +02:00
```