Sign inSign up

githubyumao/steam-game-runtime

By githubyumao

Updated 7 months ago

Runtime environment specially designed for MCSManager and Steam game servers.

Image
0

8.2K

githubyumao/steam-game-runtime repository overview

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 steamcmd commands, you must use steam user. Do not use root!!!

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.

Tag summary

Content type

Image

Digest

sha256:6e27c0f70

Size

447.1 MB

Last updated

7 months ago

docker pull githubyumao/steam-game-runtime