Basic game installation WIP.

This commit is contained in:
2019-02-27 12:03:02 +09:00
parent 52b84fb309
commit 9908c7eabe
2 changed files with 47 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
# docker-steamcmd-install
Barebones SteamCMD game installation using my docker-steamcmd image.
# SteamCMD with assumed game installation for Docker
Uses my [docker-steamcmd](https://github.com/hellodeibu/docker-steamcmd) image. This barebones image is handy if you want to immediately install a specific game using SteamCMD. Simply provide the STEAM_APP_ID environment variable and that's it.
Note: You probable want to use this image as a build stage for your game-specific image, so that you can do additional setup and configuration on top of a downloaded and ready to go game setup.