Runtime environment specially designed for MCSManager and Steam game servers.
8.2K
This image is a universal image suitable for the vast majority of Steam games.
It installs most of the runtime environments required by Steam game servers (such as Java, C++ libs). The default user for this image is the steam account.
!!! If you need to execute
steamcmdcommands, you must usesteamuser. Do not useroot!!!
The default working directory for this image is: /data
docker run -v /data:<YOUR_PATH> -it githubyumao/steam-game-runtime:latest bash
Install a dedicated server for a specific Steam game.
/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir "/data" +login anonymous "+app_update 258550 validate" +quit
Next, you don't need to switch to other images. Simply use this image directly to run your games, as it should meet the environmental requirements for running the vast majority of games.
Content type
Image
Digest
sha256:6e27c0f70…
Size
447.1 MB
Last updated
7 months ago
docker pull githubyumao/steam-game-runtime