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
Dockerfile
and 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
README
file
This template comes with four build arguments:
APPID
for changing the steam appid, this might be desirable if your game has multiple distinct versions on steamUID
andGID
for changing the user and group IDs of the user inside the container, they both default to999
STEAM_BETA
for specifying a steam beta string for the game (passed tosteamcmd
), defaults to a blank string. An example might be-beta mybeta -betapassword letmein
.