Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

docker-steamcmd

Docker Repository on Quay

Image available from:

Image based on galexrt/gameserverbase:latest.

The SteamCMD path is saved in the env var $STEAMCMD_PATH. The direct location of steamcmd.sh script is in $STEAMCMD.

Usage

Using the SteamCMD

docker run \
    -it \
    --name=steamcmd \
    quay.io/galexrt/steamcmd:latest
    STEAMCMD_ARGUMENTS_HERE

Example: Installing CSGO dedicated server

docker run \
    -it \
    --name=steamcmd \
    -v /opt/docker/csgo-gameserver:/data
    quay.io/galexrt/steamcmd:latest
    +login anonymous +force_install_dir /data +app_update 740 +quit

About

Docker SteamCMD Image

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors