A repo to save time setting up new docker images.
- Create a new repo from this template (see here).
- Run
sed -i -e 's/GAME_NAME/<name of your game, or an abbreviation>/g' Dockerfile - Go through the
Dockerfileand address all the comments prepended withREPO_SETUP: - If you're working with a windows server, you might find use of this image as a base
- Rewrite this
READMEfile
This template comes with four build arguments:
APPIDfor changing the steam appid, this might be desirable if your game has multiple distinct versions on steamUIDandGIDfor changing the user and group IDs of the user inside the container, they both default to999STEAM_BETAfor specifying a steam beta string for the game (passed tosteamcmd), defaults to a blank string. An example might be-beta mybeta -betapassword letmein.