# SteamCMD Docker Image

SteamCMD
Docker Pulls GitHub Workflow Status Codacy grade Discord SteamCMD GitHub

## 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 ```bash docker run -it gameservermanagers/steamcmd:latest ``` Download Counter Strike: Global Offensive Dedicated Server to current host directory. ```bash 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](https://github.com/steamcmd/docker) container and is primarily used for [LinuxGSM](https://linuxgsm.com) game servers.