2023-12-17 00:21:13 +00:00
|
|
|
# steamcmd-container
|
2021-11-17 00:27:39 +00:00
|
|
|
|
2023-12-17 00:21:13 +00:00
|
|
|
Extended version of [CM2Walki/steamcmd](https://www.github.com/CM2Walki/steamcmd)
|
|
|
|
based on `Fedora`.
|
2021-11-17 00:27:39 +00:00
|
|
|
|
2023-12-17 00:23:59 +00:00
|
|
|
This provides a *relatively* current userspace for `steamcmd` and game servers to
|
|
|
|
use. Some utilities have been left in for convenience (*ie:* `wget`, `less`, `find`).
|
2021-11-17 01:25:34 +00:00
|
|
|
|
2023-12-17 00:33:12 +00:00
|
|
|
Size is *not* a priority for this image/project. Currency *(time, not money)*
|
|
|
|
and convenience *are* the priorities.
|
2021-11-17 01:25:34 +00:00
|
|
|
|
2023-12-17 00:38:39 +00:00
|
|
|
## Fedora tweaks
|
|
|
|
|
|
|
|
These are all for the package manager, `dnf`.
|
|
|
|
The goal is to both reduce resource usage *and* improve performance:
|
|
|
|
|
|
|
|
- `max_parallel_downloads`: Leverage faster networks / more connections.
|
|
|
|
Limit of 20.
|
|
|
|
- `fastestmirror`: Contrary to what the name implies, this tends to slow things
|
|
|
|
down. Measures latency -- *not* bandwidth.
|
|
|
|
- `deltarpm`: No old packages will exist to diff. Save the cycles/consideration.
|