lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Gibbs aec5e01b47
fix: revert readme
1 day ago
.devcontainer feat(devcontainer): add Docker outside of Docker feature 1 day ago
.github refactor(workflow): remove unused keepalive job 1 day ago
.vscode chore: synced local './' with remote 'docker/' (#75) 1 day ago
.dockerignore misc files 3 years ago
.editorconfig fix(editorconfig): update indentation settings for consistency 1 day ago
.gitignore refactor(.gitignore): clean up ignored Node.js files 1 day ago
.prettierrc.json chore: synced local './' with remote 'docker/' (#75) 1 day ago
.yamllint.yml 🔄 synced file(s) with dgibbs64/repo-sync (#28) 2 years ago
Dockerfile.ubuntu-2004 fix(docker): optimize cleanup commands in Dockerfiles 1 day ago
Dockerfile.ubuntu-2204 fix(docker): optimize cleanup commands in Dockerfiles 1 day ago
Dockerfile.ubuntu-2404 fix(docker): optimize cleanup commands in Dockerfiles 1 day ago
LICENSE.md docs(license): update copyright year(s) 8 months ago
README.md fix: revert readme 1 day ago
package-lock.json Auto stash before merge of "main" and "origin/main" 1 day ago
package.json Auto stash before merge of "main" and "origin/main" 1 day ago

README.md

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.