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 540f2f7e85 update README.md 2 years ago
.github add entrypoint 2 years ago
.dockerignore misc files 3 years ago
.editorconfig Update .editorconfig 2 years ago
.gitignore misc files 3 years ago
.yamllint.yml yamllint 2 years ago
Dockerfile.ubuntu-1804 add entrypoint 2 years ago
Dockerfile.ubuntu-2004 add entrypoint 2 years ago
Dockerfile.ubuntu-2204 add entrypoint 2 years ago
LICENSE misc files 3 years ago
README.md update README.md 2 years ago

README.md

SteamCMD Docker Image

Docker Pulls GitHub Workflow Status Codacy grade GitHub Discord SteamCMD GitHub

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-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.