Skip to content

GameServerManagers/docker-steamcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bca909e Β· Feb 8, 2025
Feb 8, 2025
Jun 23, 2023
Oct 11, 2022
Jun 23, 2023
Jun 23, 2023
Jun 23, 2023
Jun 23, 2023
Nov 8, 2022
Nov 8, 2022
Nov 8, 2022
May 5, 2024
Jan 1, 2025
May 5, 2024

Repository files navigation

SteamCMD Docker Image

SteamCMD
Docker Pulls GitHub Workflow Status Codacy grade SteamCMD MIT License

About

SteamCMD is a command-line version of the Steam client. It allows you to download and install games on a headless server. This container image builds daily and is available on Docker Hub as well as GitHub Container Registry.

Tags

  • latest, ubuntu - Latest Ubuntu LTS release
  • ubuntu-24.04 - Ubuntu 24.04 LTS 'Noble Numbat'
  • ubuntu-22.04 - Ubuntu 22.04 LTS 'Jammy Jackalope'
  • ubuntu-20.04 - Ubuntu 20.04 LTS 'Focal Fossa'
  • ubuntu-18.04 - Ubuntu 18.04 LTS 'Bionic Beaver'

Usage

docker cli

docker run -it gameservermanagers/steamcmd:latest

Download Counter Strike: Global Offensive Dedicated Server to current host directory.

docker run -it -v $PWD:/data gameservermanagers/steamcmd:latest +force_install_dir /data +login anonymous +app_update 740 +quit

Notes

This container is based off of the steamcmd container and is primarily used for LinuxGSM game servers.